Fix last change.
authorbg66 <bg66>
Sat, 3 Nov 2001 05:40:13 +0000 (05:40 +0000)
committerbg66 <bg66>
Sat, 3 Nov 2001 05:40:13 +0000 (05:40 +0000)
lisp/liece-emacs.el

index 9411f14..aafaaee 100644 (file)
          (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))))))