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
823a266d
Commit
823a266d
authored
Jul 25, 1998
by
Dan Nicolaescu
Browse files
*** empty log message ***
parent
3c7c4868
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/files.el
lisp/files.el
+4
-4
No files found.
lisp/files.el
View file @
823a266d
...
@@ -1178,10 +1178,6 @@ run `normal-mode' explicitly."
...
@@ -1178,10 +1178,6 @@ run `normal-mode' explicitly."
(
"\\.tex\\'"
.
tex-mode
)
(
"\\.tex\\'"
.
tex-mode
)
(
"\\.ltx\\'"
.
latex-mode
)
(
"\\.ltx\\'"
.
latex-mode
)
(
"\\.el\\'"
.
emacs-lisp-mode
)
(
"\\.el\\'"
.
emacs-lisp-mode
)
(
"\\.mm\\'"
.
nroff-mode
)
(
"\\.me\\'"
.
nroff-mode
)
(
"\\.ms\\'"
.
nroff-mode
)
(
"\\.man\\'"
.
nroff-mode
)
(
"\\.scm\\'"
.
scheme-mode
)
(
"\\.scm\\'"
.
scheme-mode
)
(
"\\.l\\'"
.
lisp-mode
)
(
"\\.l\\'"
.
lisp-mode
)
(
"\\.lisp\\'"
.
lisp-mode
)
(
"\\.lisp\\'"
.
lisp-mode
)
...
@@ -1228,6 +1224,10 @@ run `normal-mode' explicitly."
...
@@ -1228,6 +1224,10 @@ run `normal-mode' explicitly."
(
"\\(/\\|\\`)\\.\\(bash_profile\\|z?login\\|bash_login\\|z?logout\\)\\'"
.
sh-mode
)
(
"\\(/\\|\\`)\\.\\(bash_profile\\|z?login\\|bash_login\\|z?logout\\)\\'"
.
sh-mode
)
(
"\\(/\\|\\`)\\.\\(bash_logout\\|[kz]shrc\\|bashrc\\|t?cshrc\\|esrc\\)\\'"
.
sh-mode
)
(
"\\(/\\|\\`)\\.\\(bash_logout\\|[kz]shrc\\|bashrc\\|t?cshrc\\|esrc\\)\\'"
.
sh-mode
)
(
"\\(/\\|\\`)\\.\\([kz]shenv\\|xinitrc\\|startxrc\\|xsession\\)\\'"
.
sh-mode
)
(
"\\(/\\|\\`)\\.\\([kz]shenv\\|xinitrc\\|startxrc\\|xsession\\)\\'"
.
sh-mode
)
(
"\\.mm\\'"
.
nroff-mode
)
(
"\\.me\\'"
.
nroff-mode
)
(
"\\.ms\\'"
.
nroff-mode
)
(
"\\.man\\'"
.
nroff-mode
)
;;; The following should come after the ChangeLog pattern
;;; The following should come after the ChangeLog pattern
;;; for the sake of ChangeLog.1, etc.
;;; for the sake of ChangeLog.1, etc.
;;; and after the .scm.[0-9] pattern too.
;;; and after the .scm.[0-9] pattern too.
...
...
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