1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(command-line): On windows NT, look for .emacs or _emacs.

This commit is contained in:
Richard M. Stallman 1996-02-12 01:17:15 +00:00
parent 36457345c7
commit 521736d11c

View File

@ -566,7 +566,9 @@ from being initialized.")
((eq system-type 'ms-dos)
(concat "~" init-file-user "/_emacs"))
((eq system-type 'windows-nt)
"~/_emacs")
(if (file-exists-p "~/.emacs")
"~/.emacs"
"~/_emacs"))
((eq system-type 'vax-vms)
"sys$login:.emacs")
(t