From: Andrew Innes Date: Thu, 25 Feb 1999 11:35:45 +0000 (+0000) Subject: (command-line) [windows-nt]: Fix typo in regexp X-Git-Tag: emacs-20.4~552 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=06789559b28c8f60d5db46b1306c4c152b7e5536;p=emacs.git (command-line) [windows-nt]: Fix typo in regexp checking for .emacs[.el[c]]. --- 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)