]> git.eshelyaron.com Git - emacs.git/commitdiff
(after-find-file): Fix arguments of call to `sit-for'.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 3 Jun 2003 23:23:06 +0000 (23:23 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 3 Jun 2003 23:23:06 +0000 (23:23 +0000)
lisp/files.el

index 874935c6347563aac876c901e4522f3bde388e41..42176e264de935e47e59c0af28d79418dda9c21e 100644 (file)
@@ -1527,7 +1527,7 @@ unless NOMODES is non-nil."
              "Use M-x make-directory RET RET to create the directory and its parents"))))
       (when msg
        (message "%s" msg)
-       (or not-serious (sit-for 1 nil t))))
+       (or not-serious (sit-for 1 t))))
     (when (and auto-save-default (not noauto))
       (auto-save-mode t)))
   ;; Make people do a little extra work (C-x C-q)