aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/startup.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 081b3aed126..b2b87c94754 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -388,6 +388,8 @@ specified by the LC_ALL, LC_CTYPE and LANG environment variables.")
388 (cond 388 (cond
389 ((eq system-type 'ms-dos) 389 ((eq system-type 'ms-dos)
390 (concat "~" init-file-user "/_emacs")) 390 (concat "~" init-file-user "/_emacs"))
391 ((eq system-type 'windows-nt)
392 "~/_emacs")
391 ((eq system-type 'vax-vms) 393 ((eq system-type 'vax-vms)
392 "sys$login:.emacs") 394 "sys$login:.emacs")
393 (t 395 (t