# HG changeset patch # User Juanma Barranquero # Date 1054682586 0 # Node ID 5c94c67cf9c1f9c8bc3c3fdf73767bde193a11c2 # Parent d3d6b202a5f237d019e458c543877489eb377519 (after-find-file): Fix arguments of call to `sit-for'. diff -r d3d6b202a5f2 -r 5c94c67cf9c1 lisp/files.el --- a/lisp/files.el Tue Jun 03 23:14:25 2003 +0000 +++ b/lisp/files.el Tue Jun 03 23:23:06 2003 +0000 @@ -1527,7 +1527,7 @@ "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)