changeset 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 d3d6b202a5f2
children b9a57b098ab3
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)