changeset 12796:20e4ad629f4d

(command-line-1): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 07 Aug 1995 17:50:44 +0000
parents 841ba4b250a4
children f0724d9d625e
files lisp/startup.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Mon Aug 07 16:02:01 1995 +0000
+++ b/lisp/startup.el	Mon Aug 07 17:50:44 1995 +0000
@@ -649,7 +649,7 @@
 		   (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))