]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix indentation.
authorKarl Heuer <kwzh@gnu.org>
Thu, 25 Jan 1996 07:09:48 +0000 (07:09 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 25 Jan 1996 07:09:48 +0000 (07:09 +0000)
lisp/dired.el

index b31c3b7fc3716912aed917a384c88d940b731031..ca69ece98f4f3c1727cf23ac02e5d490ca0fa9f5 100644 (file)
@@ -437,8 +437,8 @@ If DIRNAME is already in a dired buffer, that buffer is used without refresh."
                              (= (nth 1 (nth 5 attributes)) (cdr modtime)))))
                   nil
                 (message "%s"
-                 (substitute-command-keys
-                  "Directory has changed on disk; type \\[revert-buffer] to update Dired")))))
+                         (substitute-command-keys
+                          "Directory has changed on disk; type \\[revert-buffer] to update Dired")))))
       ;; Else a new buffer
       (setq default-directory
            (if (file-directory-p dirname)