1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

Comment fix.

This commit is contained in:
Glenn Morris 2011-05-03 19:01:27 -07:00
parent a7111a62b3
commit dd19b5fb3e

View File

@ -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 "<"))