changeset 11631:f9170a6c2e6f

(normal-top-level): Set auto-save-list-file-name.
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 Apr 1995 19:50:00 +0000
parents d18ae33bb3b6
children ddbe0702ea95
files lisp/startup.el
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Sun Apr 30 19:46:44 1995 +0000
+++ b/lisp/startup.el	Sun Apr 30 19:50:00 1995 +0000
@@ -224,6 +224,13 @@
     (setq user-mail-address (concat (user-login-name) "@"
 				    (or mail-host-address
 					(system-name))))
+    ;; Specify the file for recording all the auto save files of this session.
+    ;; This is used by multiple-recover.
+    (setq auto-save-list-file-name
+	  (expand-file-name
+	   (format "~/.saves-%d-%s"
+		   (emacs-pid)
+		   (or mail-host-address (system-name)))))
     (let ((menubar-bindings-done nil))
       (unwind-protect
 	  (command-line)