From e09f3bff95c2be71cdef75d02e5153cfe68ffd36 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 3 Jun 2003 23:23:06 +0000 Subject: [PATCH] (after-find-file): Fix arguments of call to `sit-for'. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2