aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer1996-01-25 07:09:48 +0000
committerKarl Heuer1996-01-25 07:09:48 +0000
commit212b2266cb3b4cece02b2723917f577e02f4d0ef (patch)
treec7edbf39b50adbbc28d4eb2615c4a614e2b0bd9c /lisp
parent9e8886a8278dece61a7647959594525403d928da (diff)
downloademacs-212b2266cb3b4cece02b2723917f577e02f4d0ef.tar.gz
emacs-212b2266cb3b4cece02b2723917f577e02f4d0ef.zip
Fix indentation.
Diffstat (limited to 'lisp')
-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)