mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(dired-internal-noselect): Pass proper format string to message.
This commit is contained in:
parent
b3099c4614
commit
952e8cb510
1 changed files with 1 additions and 1 deletions
|
|
@ -436,7 +436,7 @@ If DIRNAME is already in a dired buffer, that buffer is used without refresh."
|
|||
(and (= (car (nth 5 attributes)) (car modtime))
|
||||
(= (nth 1 (nth 5 attributes)) (cdr modtime)))))
|
||||
nil
|
||||
(message
|
||||
(message "%s"
|
||||
(substitute-command-keys
|
||||
"Directory has changed on disk; type \\[revert-buffer] to update Dired")))))
|
||||
;; Else a new buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue