summaryrefslogtreecommitdiff
path: root/lisp/pcomplete.el
diff options
context:
space:
mode:
authorLeo Liu <sdl.web@gmail.com>2012-09-28 21:42:19 +0800
committerLeo Liu <sdl.web@gmail.com>2012-09-28 21:42:19 +0800
commit147c0425024ce9c1dbb7301300867d8563a6730a (patch)
treeb967938f0a234c4197fa9851224fb33506692e19 /lisp/pcomplete.el
parent9c1228c32346c2b4ccb3dbb5b3b6eb5673c8dd6a (diff)
downloademacs-147c0425024ce9c1dbb7301300867d8563a6730a.tar.gz
Use minibuffer-message in pcomplete-show-completions
Diffstat (limited to 'lisp/pcomplete.el')
-rw-r--r--lisp/pcomplete.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pcomplete.el b/lisp/pcomplete.el
index cad2ffb2a2c..60247416bb1 100644
--- a/lisp/pcomplete.el
+++ b/lisp/pcomplete.el
@@ -1139,7 +1139,7 @@ Typing SPC flushes the help buffer."
(setq pcomplete-last-window-config (current-window-configuration)))
(with-output-to-temp-buffer "*Completions*"
(display-completion-list completions))
- (message "Hit space to flush")
+ (minibuffer-message "Hit space to flush")
(let (event)
(prog1
(catch 'done