mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
(after-find-file): Fix arguments of call to `sit-for'.
This commit is contained in:
parent
d8bae9fc04
commit
e09f3bff95
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user