]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line): Use ~/_emacs as init file in windows-nt.
authorRichard M. Stallman <rms@gnu.org>
Tue, 1 Nov 1994 05:49:25 +0000 (05:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 1 Nov 1994 05:49:25 +0000 (05:49 +0000)
lisp/startup.el

index 081b3aed126946c2db4cb874deb709a1521d9dc0..b2b87c9475443c6566fbb0b846798393a17e670d 100644 (file)
@@ -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