# HG changeset patch # User Richard M. Stallman # Date 824087835 0 # Node ID fe6846ee599949e39bc21e3b04bb8ec5df218997 # Parent b94ba0bf8b7c80147ceae7b2b2b9a059cb672af7 (command-line): On windows NT, look for .emacs or _emacs. diff -r b94ba0bf8b7c -r fe6846ee5999 lisp/startup.el --- a/lisp/startup.el Sun Feb 11 23:44:54 1996 +0000 +++ b/lisp/startup.el Mon Feb 12 01:17:15 1996 +0000 @@ -566,7 +566,9 @@ ((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