mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(shell-dirstack-message): Pass proper format string to message.
This commit is contained in:
parent
f68f40e039
commit
6048fac7bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue