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:
parent
ed112b0c83
commit
35dbb6cf1d
@ -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
|
||||
|
@ -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)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user