projects
/
elisp
/
liece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dee6073
)
Fix last change.
author
bg66
<bg66>
Sat, 3 Nov 2001 05:40:13 +0000
(
05:40
+0000)
committer
bg66
<bg66>
Sat, 3 Nov 2001 05:40:13 +0000
(
05:40
+0000)
lisp/liece-emacs.el
patch
|
blob
|
history
diff --git
a/lisp/liece-emacs.el
b/lisp/liece-emacs.el
index
9411f14
..
aafaaee
100644
(file)
--- a/
lisp/liece-emacs.el
+++ b/
lisp/liece-emacs.el
@@
-229,7
+229,8
@@
(goto-char (point-min))
(when (re-search-forward
(concat "^ ?[0-9]+: " (regexp-quote chnl) " "
- liece-channel-unread-character "$") nil t)
+ (regexp-quote liece-channel-unread-character)
+ "$") nil t)
(goto-char (- (match-end 0) 2))
(delete-char 2))))))