diff options
| author | Karl Heuer | 1995-07-17 22:59:04 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-07-17 22:59:04 +0000 |
| commit | 6f9340dd3cf9880962a5edeafb763b7b8b8ef9d6 (patch) | |
| tree | 68af53e5f316637fe1ed0e4413ca4a0fc5d7b970 | |
| parent | ef43639253ea115019a854f4ab8b3e0c44f73009 (diff) | |
| download | emacs-6f9340dd3cf9880962a5edeafb763b7b8b8ef9d6.tar.gz emacs-6f9340dd3cf9880962a5edeafb763b7b8b8ef9d6.zip | |
(normal-top-level): Don't use mail-host-address
for auto-save-list-file-name.
| -rw-r--r-- | lisp/startup.el | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
| 63 | ;; ------------------------- | 63 | ;; ------------------------- |
| 64 | ;; -q Do not load user's init file and do not load | 64 | ;; -q Do not load user's init file and do not load |
| 65 | ;; -no-init-file "default.el". Regardless of this switch, | 65 | ;; -no-init-file "default.el". Regardless of this switch, |
| 66 | ;; --no-init-file "site-init.el" is still loaded. | 66 | ;; --no-init-file "site-start" is still loaded. |
| 67 | ;; ------------------------- | 67 | ;; ------------------------- |
| 68 | ;; -no-site-file Do not load "site-init.el". (This is the ONLY | 68 | ;; -no-site-file Do not load "site-start.el". (This is the ONLY |
| 69 | ;; --no-site-file way to prevent loading that file.) | 69 | ;; --no-site-file way to prevent loading that file.) |
| 70 | ;; ------------------------- | 70 | ;; ------------------------- |
| 71 | ;; -u USER Load USER's init file instead of the init | 71 | ;; -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.") | |||
| 276 | (expand-file-name | 276 | (expand-file-name |
| 277 | (format "~/.saves-%d-%s" | 277 | (format "~/.saves-%d-%s" |
| 278 | (emacs-pid) | 278 | (emacs-pid) |
| 279 | (or mail-host-address (system-name))))) | 279 | (system-name)))) |
| 280 | (let ((menubar-bindings-done nil)) | 280 | (let ((menubar-bindings-done nil)) |
| 281 | (unwind-protect | 281 | (unwind-protect |
| 282 | (command-line) | 282 | (command-line) |