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
33308f7b
Commit
33308f7b
authored
Mar 02, 1995
by
Simon Marshall
Browse files
Use font-lock-maximum-decoration when setting fortran-font-lock-keywords.
parent
47d310b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/progmodes/fortran.el
lisp/progmodes/fortran.el
+3
-1
No files found.
lisp/progmodes/fortran.el
View file @
33308f7b
...
...
@@ -243,7 +243,9 @@ This does fairly subdued highlighting.")
"For consideration as a value of `fortran-font-lock-keywords'.
This does a lot more highlighting.")
(defconst fortran-font-lock-keywords fortran-font-lock-keywords-1
(defvar fortran-font-lock-keywords (if font-lock-maximum-decoration
fortran-font-lock-keywords-2
fortran-font-lock-keywords-1)
"Additional expressions to highlight in Fortran mode.")
(defvar fortran-mode-map ()
...
...
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