diff options
| author | Karl Heuer | 1996-01-25 07:09:48 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-25 07:09:48 +0000 |
| commit | 212b2266cb3b4cece02b2723917f577e02f4d0ef (patch) | |
| tree | c7edbf39b50adbbc28d4eb2615c4a614e2b0bd9c | |
| parent | 9e8886a8278dece61a7647959594525403d928da (diff) | |
| download | emacs-212b2266cb3b4cece02b2723917f577e02f4d0ef.tar.gz emacs-212b2266cb3b4cece02b2723917f577e02f4d0ef.zip | |
Fix indentation.
| -rw-r--r-- | lisp/dired.el | 4 |
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) |