1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

(after-find-file): Fix arguments of call to `sit-for'.

This commit is contained in:
Juanma Barranquero 2003-06-03 23:23:06 +00:00
parent d8bae9fc04
commit e09f3bff95

View 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)