diff options
| author | Richard M. Stallman | 1994-11-01 05:49:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-11-01 05:49:25 +0000 |
| commit | 7d1aa45da3f2a94171fcc946084e354f4ca7b570 (patch) | |
| tree | 070744e186aaf96b2936ffc8e08e1eae7aae37d8 | |
| parent | c32d49e8500570ecf6003a19ed31e9dc977ca437 (diff) | |
| download | emacs-7d1aa45da3f2a94171fcc946084e354f4ca7b570.tar.gz emacs-7d1aa45da3f2a94171fcc946084e354f4ca7b570.zip | |
(command-line): Use ~/_emacs as init file in windows-nt.
| -rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 2 insertions, 0 deletions
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.") | |||
| 388 | (cond | 388 | (cond |
| 389 | ((eq system-type 'ms-dos) | 389 | ((eq system-type 'ms-dos) |
| 390 | (concat "~" init-file-user "/_emacs")) | 390 | (concat "~" init-file-user "/_emacs")) |
| 391 | ((eq system-type 'windows-nt) | ||
| 392 | "~/_emacs") | ||
| 391 | ((eq system-type 'vax-vms) | 393 | ((eq system-type 'vax-vms) |
| 392 | "sys$login:.emacs") | 394 | "sys$login:.emacs") |
| 393 | (t | 395 | (t |