diff options
author | Romain Francoise <romain@orebokech.com> | 2006-08-13 16:01:44 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2006-08-13 16:01:44 +0000 |
commit | 35dbb6cf1d6909ce26ffe150fe8b593ab9718af7 (patch) | |
tree | 3e168d16076eb680ec32a8060b5a6aafc8952813 /lisp/erc/erc-match.el | |
parent | ed112b0c83fc5fae2002d99fe6db222d8c0de391 (diff) | |
download | emacs-35dbb6cf1d6909ce26ffe150fe8b593ab9718af7.tar.gz emacs-35dbb6cf1d6909ce26ffe150fe8b593ab9718af7.tar.bz2 emacs-35dbb6cf1d6909ce26ffe150fe8b593ab9718af7.zip |
(erc-log-matches-make-buffer): Add missing space.
Diffstat (limited to 'lisp/erc/erc-match.el')
-rw-r--r-- | lisp/erc/erc-match.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-match.el b/lisp/erc/erc-match.el index ffbc7482aae..b5dc913a8c4 100644 --- a/lisp/erc/erc-match.el +++ b/lisp/erc/erc-match.el @@ -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))) |