summaryrefslogtreecommitdiff
path: root/lisp/erc/erc-match.el
diff options
context:
space:
mode:
authorRomain Francoise <romain@orebokech.com>2006-08-13 16:01:44 +0000
committerRomain Francoise <romain@orebokech.com>2006-08-13 16:01:44 +0000
commit35dbb6cf1d6909ce26ffe150fe8b593ab9718af7 (patch)
tree3e168d16076eb680ec32a8060b5a6aafc8952813 /lisp/erc/erc-match.el
parented112b0c83fc5fae2002d99fe6db222d8c0de391 (diff)
downloademacs-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.el2
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)))