From 0b9d4cf065bccd1a0588a12c60cb935f3c9986ef Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 30 Apr 1995 19:50:00 +0000 Subject: [PATCH] (normal-top-level): Set auto-save-list-file-name. --- lisp/startup.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lisp/startup.el b/lisp/startup.el index e059ff0fc0d..c12e3c893b3 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -224,6 +224,13 @@ specified by the LC_ALL, LC_CTYPE and LANG environment variables.") (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) -- 2.39.5