From: Karl Heuer Date: Mon, 17 Jul 1995 22:59:04 +0000 (+0000) Subject: (normal-top-level): Don't use mail-host-address X-Git-Tag: emacs-19.34~3296 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f9340dd3cf9880962a5edeafb763b7b8b8ef9d6;p=emacs.git (normal-top-level): Don't use mail-host-address for auto-save-list-file-name. --- diff --git a/lisp/startup.el b/lisp/startup.el index 0d885e6325f..a21a2041c15 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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 @@ specified by the LC_ALL, LC_CTYPE and LANG environment variables.") (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)