mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
(hippie-expand): Pass proper format string to message.
This commit is contained in:
parent
7e6fe07f0c
commit
32561aba5f
@ -248,9 +248,9 @@ undoes the expansion."
|
||||
(ding))
|
||||
(if (and hippie-expand-verbose
|
||||
(not (window-minibuffer-p (selected-window))))
|
||||
(message (concat "Using "
|
||||
(prin1-to-string (nth he-num
|
||||
hippie-expand-try-functions-list)))))))
|
||||
(message "Using %s"
|
||||
(prin1-to-string (nth he-num
|
||||
hippie-expand-try-functions-list))))))
|
||||
(if (and (>= he-num 0)
|
||||
(eq (marker-buffer he-string-beg) (current-buffer)))
|
||||
(progn
|
||||
|
Loading…
Reference in New Issue
Block a user