changeset 12563:ed4cc6931e88

(normal-top-level): Don't use mail-host-address for auto-save-list-file-name.
author Karl Heuer <kwzh@gnu.org>
date Mon, 17 Jul 1995 22:59:04 +0000
parents a9b08e50d6ec
children 3cd5105aeb2b
files lisp/startup.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Mon Jul 17 22:57:32 1995 +0000
+++ b/lisp/startup.el	Mon Jul 17 22:59:04 1995 +0000
@@ -63,9 +63,9 @@
 ;; -------------------------
 ;; -q                        Do not load user's init file and do not load
 ;; -no-init-file             "default.el".  Regardless of this switch,
-;; --no-init-file            "site-init.el" is still loaded.
+;; --no-init-file            "site-start" is still loaded.
 ;; -------------------------
-;; -no-site-file             Do not load "site-init.el".  (This is the ONLY
+;; -no-site-file             Do not load "site-start.el".  (This is the ONLY
 ;; --no-site-file            way to prevent loading that file.)
 ;; -------------------------
 ;; -u USER                   Load USER's init file instead of the init
@@ -276,7 +276,7 @@
 	  (expand-file-name
 	   (format "~/.saves-%d-%s"
 		   (emacs-pid)
-		   (or mail-host-address (system-name)))))
+		   (system-name))))
     (let ((menubar-bindings-done nil))
       (unwind-protect
 	  (command-line)