From f2f7257112c5d085d29a590138f7542aab6671dc Mon Sep 17 00:00:00 2001 From: bg66 Date: Sat, 3 Nov 2001 05:40:13 +0000 Subject: [PATCH] Fix last change. --- lisp/liece-emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/liece-emacs.el b/lisp/liece-emacs.el index 9411f14..aafaaee 100644 --- 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)))))) -- 1.7.10.4