From 7d1aa45da3f2a94171fcc946084e354f4ca7b570 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 1 Nov 1994 05:49:25 +0000 Subject: [PATCH] (command-line): Use ~/_emacs as init file in windows-nt. --- lisp/startup.el | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5