From: bg66 Date: Sat, 3 Nov 2001 05:40:13 +0000 (+0000) Subject: Fix last change. X-Git-Tag: liece-2_0_0-pre1~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f2f7257112c5d085d29a590138f7542aab6671dc;p=elisp%2Fliece.git Fix last change. --- 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))))))