diff lisp/shell.el @ 14329:8871d870be84

(shell-dirstack-message): Pass proper format string to message.
author Karl Heuer <kwzh@gnu.org>
date Thu, 25 Jan 1996 00:57:10 +0000
parents 83f275dcd93a
children 63540fa43674
line wrap: on
line diff
--- a/lisp/shell.el	Thu Jan 25 00:57:01 1996 +0000
+++ b/lisp/shell.el	Thu Jan 25 00:57:10 1996 +0000
@@ -648,7 +648,7 @@
 	     (setcar ds dir))
 	(setq msg (concat msg (directory-file-name dir) " "))
 	(setq ds (cdr ds))))
-    (message msg)))
+    (message "%s" msg)))
 
 (defun shell-forward-command (&optional arg)
   "Move forward across ARG shell command(s).  Does not cross lines.