From: Karl Heuer Date: Thu, 25 Jan 1996 00:54:39 +0000 (+0000) Subject: (hippie-expand): Pass proper format string to message. X-Git-Tag: emacs-19.34~1543 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=32561aba5f912cfdf879ccd01b1e3fbbc77c25e3;p=emacs.git (hippie-expand): Pass proper format string to message. --- diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el index ecfcd9f0bc2..4b16c719371 100644 --- a/lisp/hippie-exp.el +++ b/lisp/hippie-exp.el @@ -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