aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/dired.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index b31c3b7fc37..ca69ece98f4 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -437,8 +437,8 @@ If DIRNAME is already in a dired buffer, that buffer is used without refresh."
437 (= (nth 1 (nth 5 attributes)) (cdr modtime))))) 437 (= (nth 1 (nth 5 attributes)) (cdr modtime)))))
438 nil 438 nil
439 (message "%s" 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
443 (setq default-directory 443 (setq default-directory
444 (if (file-directory-p dirname) 444 (if (file-directory-p dirname)