Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
dd19b5fb
Commit
dd19b5fb
authored
May 03, 2011
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment fix.
parent
a7111a62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/progmodes/fortran.el
lisp/progmodes/fortran.el
+1
-1
No files found.
lisp/progmodes/fortran.el
View file @
dd19b5fb
...
...
@@ -492,7 +492,7 @@ This varies according to the value of LINE-LENGTH.
This is used to fontify fixed-format Fortran comments."
;; This results in a non-byte-compiled function. We could pass it through
;; `byte-compile', but simple benchmarks indicate that it's probably not
;; worth the trouble (about
½
% of slow down).
;; worth the trouble (about
0.5
% of slow down).
(
eval
;I hate `eval', but it's hard to avoid it here.
`
(
syntax-propertize-rules
(
"^[cd\\*]"
(
0
"<"
))
...
...
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