From: Juanma Barranquero Date: Tue, 3 Jun 2003 23:23:06 +0000 (+0000) Subject: (after-find-file): Fix arguments of call to `sit-for'. X-Git-Tag: ttn-vms-21-2-B4~9762 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e09f3bff95c2be71cdef75d02e5153cfe68ffd36;p=emacs.git (after-find-file): Fix arguments of call to `sit-for'. --- 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)