1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-20 13:00:51 -07: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