]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line) [windows-nt]: Fix typo in regexp
authorAndrew Innes <andrewi@gnu.org>
Thu, 25 Feb 1999 11:35:45 +0000 (11:35 +0000)
committerAndrew Innes <andrewi@gnu.org>
Thu, 25 Feb 1999 11:35:45 +0000 (11:35 +0000)
checking for .emacs[.el[c]].

lisp/startup.el

index 950cf702ffcae61213e5b28bb213633c2d3e68cc..66695a08cd0b66bc2774df0dc6d3121a9bb941aa 100644 (file)
@@ -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)