# HG changeset patch # User Richard M. Stallman # Date 799271400 0 # Node ID f9170a6c2e6fbefcda07e45ac9154c1f3ff18ebb # Parent d18ae33bb3b600a5837ce080391440884bea5571 (normal-top-level): Set auto-save-list-file-name. diff -r d18ae33bb3b6 -r f9170a6c2e6f lisp/startup.el --- 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)