Mercurial > emacs
changeset 14317:594c4676b8c6
(hippie-expand): Pass proper format string to message.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 25 Jan 1996 00:54:39 +0000 |
parents | d3b19c9e0bac |
children | faae84d059c1 |
files | lisp/hippie-exp.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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