From: Karl Heuer Date: Thu, 25 Jan 1996 00:57:10 +0000 (+0000) Subject: (shell-dirstack-message): Pass proper format string to message. X-Git-Tag: emacs-19.34~1531 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6048fac7bf1d3dbfefe4359d051b283ddf368418;p=emacs.git (shell-dirstack-message): Pass proper format string to message. --- diff --git a/lisp/shell.el b/lisp/shell.el index 7e7e17f39fb..06a7293af4a 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -648,7 +648,7 @@ command again." (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.