emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100024: Close bug#6976.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100024: Close bug#6976.
Date: Tue, 07 Sep 2010 19:45:12 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100024
author: Masatake YAMATO <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Tue 2010-09-07 19:45:12 -0700
message:
  Close bug#6976.
  * lisp/progmodes/antlr-mode.el (antlr-font-lock-additional-keywords): Fix 
typo.
modified:
  lisp/ChangeLog
  lisp/progmodes/antlr-mode.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-09-06 16:24:32 +0000
+++ b/lisp/ChangeLog    2010-09-08 02:45:12 +0000
@@ -1,3 +1,8 @@
+2010-09-08  Masatake YAMATO  <address@hidden>
+
+       * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
+       Fix typo.  (Bug#6976)
+
 2010-09-06  Vinicius Jose Latorre  <address@hidden>
 
        * whitespace.el: Allow cleaning up blanks without blank

=== modified file 'lisp/progmodes/antlr-mode.el'
--- a/lisp/progmodes/antlr-mode.el      2010-01-13 08:35:10 +0000
+++ b/lisp/progmodes/antlr-mode.el      2010-09-08 02:45:12 +0000
@@ -951,7 +951,7 @@
       (3 antlr-keyword-face)
       (4 (if (member (match-string 4) '("Lexer" "Parser" "TreeParser"))
             antlr-keyword-face
-          type-face)))
+          font-lock-type-face)))
      (,(lambda (limit)
         (antlr-re-search-forward
          "\\<\\(header\\|options\\|tokens\\|exception\\|catch\\|returns\\)\\>"


reply via email to

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