changeset 24397:dcfaab09a584

(command-line) [windows-nt]: Fix typo in regexp checking for .emacs[.el[c]].
author Andrew Innes <andrewi@gnu.org>
date Thu, 25 Feb 1999 11:35:45 +0000
parents 340189fd508f
children 0f92ac490b66
files lisp/startup.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Thu Feb 25 08:43:17 1999 +0000
+++ b/lisp/startup.el	Thu Feb 25 11:35:45 1999 +0000
@@ -708,7 +708,7 @@
 			   ((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)