From: Richard M. Stallman Date: Mon, 7 Aug 1995 17:50:44 +0000 (+0000) Subject: (command-line-1): Fix previous change. X-Git-Tag: emacs-19.34~3064 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7e9dc1d14b9f1af284deba0555b1ebfdee08d31;p=emacs.git (command-line-1): Fix previous change. --- diff --git a/lisp/startup.el b/lisp/startup.el index 0bccb4f4bec..42a3a5c576f 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -649,7 +649,7 @@ Type \\[describe-distribution] for information on getting the latest version.")) (if (directory-files "~/" nil "\\`\\.saves-" t) (insert "\n\nIf an Emacs session crashed recently,\n" "type M-x recover-session RET to recover" - " the files you were editing.)) + " the files you were editing.")) (set-buffer-modified-p nil) (sit-for 120))