]> code.delx.au - gnu-emacs/commitdiff
(erc-log-matches-make-buffer): Add missing space.
authorRomain Francoise <romain@orebokech.com>
Sun, 13 Aug 2006 16:01:44 +0000 (16:01 +0000)
committerRomain Francoise <romain@orebokech.com>
Sun, 13 Aug 2006 16:01:44 +0000 (16:01 +0000)
lisp/erc/ChangeLog
lisp/erc/erc-match.el

index 522e4623d632bba9bd7dbd7eb156920593e50637..75c87b0b2698106ba42e15db5d3c276b2b524894 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-13  Romain Francoise  <romain@orebokech.com>
+
+       * erc-match.el (erc-log-matches-make-buffer): Add missing space.
+
 2006-08-07  Michael Olson  <mwolson@gnu.org>
 
        * erc-backend.el (erc-process-sentinel-1): Use erc-display-message
index ffbc7482aae09c1ea43e9c1ff6e6b662e200d2c2..b5dc913a8c472d97bf615bbc8628371f87ecbb27 100644 (file)
@@ -566,7 +566,7 @@ deactivate/activate match logging in the latter. See
       (unless buffer-already
        (insert " == Type \"q\" to dismiss messages ==\n")
        (erc-view-mode-enter nil (lambda (buffer)
-                                  (when (y-or-n-p "Discard messages?")
+                                  (when (y-or-n-p "Discard messages? ")
                                     (kill-buffer buffer)))))
       buffer)))