# HG changeset patch # User Karl Heuer # Date 822531279 0 # Node ID 594c4676b8c6faa668f565e2902f0cf70aa5f203 # Parent d3b19c9e0bac1d1bf64779bdf136db5b8d47abbd (hippie-expand): Pass proper format string to message. diff -r d3b19c9e0bac -r 594c4676b8c6 lisp/hippie-exp.el --- a/lisp/hippie-exp.el Thu Jan 25 00:54:34 1996 +0000 +++ b/lisp/hippie-exp.el Thu Jan 25 00:54:39 1996 +0000 @@ -248,9 +248,9 @@ (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