1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

(erc-log-matches-make-buffer): Add missing space.

This commit is contained in:
Romain Francoise 2006-08-13 16:01:44 +00:00
parent ed112b0c83
commit 35dbb6cf1d
2 changed files with 5 additions and 1 deletions

View 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

View 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)))