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
7fa28db0
Commit
7fa28db0
authored
Oct 12, 1994
by
Simon Marshall
Browse files
* pascal.el: (pascal-mode): Set font-lock-defaults.
parent
d31e6eaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/progmodes/pascal.el
lisp/progmodes/pascal.el
+2
-2
No files found.
lisp/progmodes/pascal.el
View file @
7fa28db0
...
...
@@ -322,8 +322,8 @@ no args, if that value is non-nil."
(setq comment-start-skip "(\\*+ *\\|{
*
")
(make-local-variable 'comment-end)
(setq comment-end "
}
")
(make-local-variable 'font-lock-
keyword
s)
(setq font-lock-
keywords
pascal-font-lock-keywords)
(make-local-variable 'font-lock-
default
s)
(setq font-lock-
defaults '(
pascal-font-lock-keywords
nil t)
)
(run-hooks 'pascal-mode-hook))
...
...
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