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
e70991d4
Commit
e70991d4
authored
Feb 01, 1994
by
Richard M. Stallman
Browse files
(auto-mode-alist): Add .p and .pas for pascal-mode.
parent
e021605f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/files.el
lisp/files.el
+2
-0
No files found.
lisp/files.el
View file @
e70991d4
...
...
@@ -777,6 +777,8 @@ run `normal-mode' explicitly."
(
"\\.lisp\\'"
.
lisp-mode
)
(
"\\.f\\'"
.
fortran-mode
)
(
"\\.for\\'"
.
fortran-mode
)
(
"\\.p\\'"
.
pascal-mode
)
(
"\\.pas\\'"
.
pascal-mode
)
(
"\\.mss\\'"
.
scribe-mode
)
(
"\\.pl\\'"
.
prolog-mode
)
(
"\\.cc\\'"
.
c++-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