summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-06-03 23:23:06 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-06-03 23:23:06 +0000
commite09f3bff95c2be71cdef75d02e5153cfe68ffd36 (patch)
treedc2a5e38c81c94ab516a05f39e814c723bc99423
parentd8bae9fc04427e8e2c1017512edf2d91dd4acf00 (diff)
downloademacs-e09f3bff95c2be71cdef75d02e5153cfe68ffd36.tar.gz
(after-find-file): Fix arguments of call to `sit-for'.
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 874935c6347..42176e264de 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -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)