Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
06789559
Commit
06789559
authored
Feb 25, 1999
by
Andrew Innes
Browse files
(command-line) [windows-nt]: Fix typo in regexp
checking for .emacs[.el[c]].
parent
d3c00496
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/startup.el
lisp/startup.el
+1
-1
No files found.
lisp/startup.el
View file @
06789559
...
@@ -708,7 +708,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
...
@@ -708,7 +708,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
((
eq
system-type
'ms-dos
)
((
eq
system-type
'ms-dos
)
(
concat
"~"
init-file-user
"/_emacs"
))
(
concat
"~"
init-file-user
"/_emacs"
))
((
eq
system-type
'windows-nt
)
((
eq
system-type
'windows-nt
)
(
if
(
directory-files
"~"
nil
"^\.emacs\\(\.elc?\\)?$"
)
(
if
(
directory-files
"~"
nil
"^\
\
.emacs\\(\
\
.elc?\\)?$"
)
"~/.emacs"
"~/.emacs"
"~/_emacs"
))
"~/_emacs"
))
((
eq
system-type
'vax-vms
)
((
eq
system-type
'vax-vms
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment