diff lisp/hippie-exp.el @ 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 83f275dcd93a
children 770c11688d0f
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