emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104102: Comment fix.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104102: Comment fix.
Date: Tue, 03 May 2011 19:01:27 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104102
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2011-05-03 19:01:27 -0700
message:
  Comment fix.
modified:
  lisp/progmodes/fortran.el
=== modified file 'lisp/progmodes/fortran.el'
--- a/lisp/progmodes/fortran.el 2011-04-22 18:44:26 +0000
+++ b/lisp/progmodes/fortran.el 2011-05-04 02:01:27 +0000
@@ -492,7 +492,7 @@
 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 "<"))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]