From: Richard M. Stallman Date: Tue, 1 Nov 1994 05:49:25 +0000 (+0000) Subject: (command-line): Use ~/_emacs as init file in windows-nt. X-Git-Tag: emacs-19.34~6077 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d1aa45da3f2a94171fcc946084e354f4ca7b570;p=emacs.git (command-line): Use ~/_emacs as init file in windows-nt. --- 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.") (cond ((eq system-type 'ms-dos) (concat "~" init-file-user "/_emacs")) + ((eq system-type 'windows-nt) + "~/_emacs") ((eq system-type 'vax-vms) "sys$login:.emacs") (t