aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1996-01-25 00:52:48 +0000
committerKarl Heuer1996-01-25 00:52:48 +0000
commit952e8cb510dd665a4f5526056a536d8b405fcec6 (patch)
tree7a0d9e95a6e97178dd2a3f0d53c2c532b34f8384
parentb3099c46142e54f5a71dbc086d894a75bb7f945e (diff)
downloademacs-952e8cb510dd665a4f5526056a536d8b405fcec6.tar.gz
emacs-952e8cb510dd665a4f5526056a536d8b405fcec6.zip
(dired-internal-noselect): Pass proper format string to message.
-rw-r--r--lisp/dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index ec0a358542f..b31c3b7fc37 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -436,7 +436,7 @@ If DIRNAME is already in a dired buffer, that buffer is used without refresh."
436 (and (= (car (nth 5 attributes)) (car modtime)) 436 (and (= (car (nth 5 attributes)) (car modtime))
437 (= (nth 1 (nth 5 attributes)) (cdr modtime))))) 437 (= (nth 1 (nth 5 attributes)) (cdr modtime)))))
438 nil 438 nil
439 (message 439 (message "%s"
440 (substitute-command-keys 440 (substitute-command-keys
441 "Directory has changed on disk; type \\[revert-buffer] to update Dired"))))) 441 "Directory has changed on disk; type \\[revert-buffer] to update Dired")))))
442 ;; Else a new buffer 442 ;; Else a new buffer