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
d45da3e1
Commit
d45da3e1
authored
Jul 26, 1998
by
Kenichi Handa
Browse files
(auto-mode-alist): Fix regular expression error for sh-mode.
parent
eb93d233
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/files.el
lisp/files.el
+3
-3
No files found.
lisp/files.el
View file @
d45da3e1
...
...
@@ -1221,9 +1221,9 @@ run `normal-mode' explicitly."
(
"\\$CHANGE_LOG\\$\\.TXT"
.
change-log-mode
)
(
"\\.scm\\.[0-9]*\\'"
.
scheme-mode
)
(
"\\.[ck]?sh\\'\\|\\.shar\\'\\|/\\.z?profile\\'"
.
sh-mode
)
(
"\\(/\\|\\`)\\.\\(bash_profile\\|z?login\\|bash_login\\|z?logout\\)\\'"
.
sh-mode
)
(
"\\(/\\|\\`)\\.\\(bash_logout\\|[kz]shrc\\|bashrc\\|t?cshrc\\|esrc\\)\\'"
.
sh-mode
)
(
"\\(/\\|\\`)\\.\\([kz]shenv\\|xinitrc\\|startxrc\\|xsession\\)\\'"
.
sh-mode
)
(
"\\(/\\|\\`
\\
)\\.\\(bash_profile\\|z?login\\|bash_login\\|z?logout\\)\\'"
.
sh-mode
)
(
"\\(/\\|\\`
\\
)\\.\\(bash_logout\\|[kz]shrc\\|bashrc\\|t?cshrc\\|esrc\\)\\'"
.
sh-mode
)
(
"\\(/\\|\\`
\\
)\\.\\([kz]shenv\\|xinitrc\\|startxrc\\|xsession\\)\\'"
.
sh-mode
)
(
"\\.mm\\'"
.
nroff-mode
)
(
"\\.me\\'"
.
nroff-mode
)
(
"\\.ms\\'"
.
nroff-mode
)
...
...
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