From 06789559b28c8f60d5db46b1306c4c152b7e5536 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Thu, 25 Feb 1999 11:35:45 +0000 Subject: [PATCH] (command-line) [windows-nt]: Fix typo in regexp checking for .emacs[.el[c]]. --- lisp/startup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/startup.el b/lisp/startup.el index 950cf702ffc..66695a08cd0 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -708,7 +708,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." ((eq system-type 'ms-dos) (concat "~" init-file-user "/_emacs")) ((eq system-type 'windows-nt) - (if (directory-files "~" nil "^\.emacs\\(\.elc?\\)?$") + (if (directory-files "~" nil "^\\.emacs\\(\\.elc?\\)?$") "~/.emacs" "~/_emacs")) ((eq system-type 'vax-vms) -- 2.39.2