From: Karl Heuer Date: Thu, 25 Jan 1996 00:52:48 +0000 (+0000) Subject: (dired-internal-noselect): Pass proper format string to message. X-Git-Tag: emacs-19.34~1551 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=952e8cb510dd665a4f5526056a536d8b405fcec6;p=emacs.git (dired-internal-noselect): Pass proper format string to message. --- 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." (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