From: Richard M. Stallman Date: Thu, 3 Aug 1995 22:29:44 +0000 (+0000) Subject: (command-line-1): Mention recover-session if there's a .saves file. X-Git-Tag: emacs-19.34~3096 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb3afe8779daaa1ee72d6b62cefea79c219e4acd;p=emacs.git (command-line-1): Mention recover-session if there's a .saves file. --- diff --git a/lisp/startup.el b/lisp/startup.el index a21a2041c15..0bccb4f4bec 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -645,6 +645,12 @@ Type C-h C-d for information on getting the latest version.") GNU Emacs comes with ABSOLUTELY NO WARRANTY; type \\[describe-no-warranty] for full details. You may give out copies of Emacs; type \\[describe-copying] to see the conditions. 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.)) + (set-buffer-modified-p nil) (sit-for 120)) (save-excursion