aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
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."
1527 "Use M-x make-directory RET RET to create the directory and its parents")))) 1527 "Use M-x make-directory RET RET to create the directory and its parents"))))
1528 (when msg 1528 (when msg
1529 (message "%s" msg) 1529 (message "%s" msg)
1530 (or not-serious (sit-for 1 nil t)))) 1530 (or not-serious (sit-for 1 t))))
1531 (when (and auto-save-default (not noauto)) 1531 (when (and auto-save-default (not noauto))
1532 (auto-save-mode t))) 1532 (auto-save-mode t)))
1533 ;; Make people do a little extra work (C-x C-q) 1533 ;; Make people do a little extra work (C-x C-q)