diff lisp/files.el @ 51440:5c94c67cf9c1

(after-find-file): Fix arguments of call to `sit-for'.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 03 Jun 2003 23:23:06 +0000
parents 4b0652a2bde5
children 0c99783aa385
line wrap: on
line diff
--- a/lisp/files.el	Tue Jun 03 23:14:25 2003 +0000
+++ b/lisp/files.el	Tue Jun 03 23:23:06 2003 +0000
@@ -1527,7 +1527,7 @@
 	      "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)