(shell-dirstack-message): Pass proper format string to message.

This commit is contained in:
Karl Heuer 1996-01-25 00:57:10 +00:00
parent f68f40e039
commit 6048fac7bf

View file

@ -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.