erc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Erc-commit] [COMMIT] Do not include text properties when returning user


From: Michael Olson
Subject: [Erc-commit] [COMMIT] Do not include text properties when returning user input.
Date: Sat, 3 Jan 2009 15:00:27 -0800

---
 erc.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/erc.el b/erc.el
index 4a41af7..edd3c4f 100644
--- a/erc.el
+++ b/erc.el
@@ -5090,7 +5090,7 @@ Specifically, return the position of `erc-insert-marker'."
 
 (defun erc-user-input ()
   "Return the input of the user in the current buffer."
-  (buffer-substring
+  (buffer-substring-no-properties
    erc-input-marker
    (erc-end-of-input-line)))
 
-- 
debian.1.5.6.1.19.ge6b2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]