]> git.eshelyaron.com Git - emacs.git/commitdiff
(normal-top-level): Don't use mail-host-address
authorKarl Heuer <kwzh@gnu.org>
Mon, 17 Jul 1995 22:59:04 +0000 (22:59 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 17 Jul 1995 22:59:04 +0000 (22:59 +0000)
for auto-save-list-file-name.

lisp/startup.el

index 0d885e6325fdc8f853d825c126038ea73d3f3d1e..a21a2041c15f84b289501200caa00df974a1d72e 100644 (file)
@@ -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)