]> code.delx.au - gnu-emacs/commitdiff
(hippie-expand): Pass proper format string to message.
authorKarl Heuer <kwzh@gnu.org>
Thu, 25 Jan 1996 00:54:39 +0000 (00:54 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 25 Jan 1996 00:54:39 +0000 (00:54 +0000)
lisp/hippie-exp.el

index ecfcd9f0bc25b744263d8af20f1014c83e3557a8..4b16c719371ea155d29da1e89b1cdaff11928cdc 100644 (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