1
0
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:
Karl Heuer 1996-01-25 00:54:39 +00:00
parent 7e6fe07f0c
commit 32561aba5f

View File

@ -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