* bug#6976: typo in antlr-font-lock-additional-keywords
@ 2010-09-03 11:54 Masatake YAMATO
2010-09-08 2:46 ` Glenn Morris
0 siblings, 1 reply; 2+ messages in thread
From: Masatake YAMATO @ 2010-09-03 11:54 UTC (permalink / raw)
To: 6976
Look at `antlr-font-lock-additional-keywords'.
It seems unbound symbol `type-face' is refereed.
I don't know antlr but I guess it should be
`font-lock-type-face'.
=== modified file 'lisp/progmodes/antlr-mode.el'
*** lisp/progmodes/antlr-mode.el 2010-08-29 16:17:13 +0000
--- lisp/progmodes/antlr-mode.el 2010-09-03 11:46:58 +0000
***************
*** 951,957 ****
(3 antlr-keyword-face)
(4 (if (member (match-string 4) '("Lexer" "Parser" "TreeParser"))
antlr-keyword-face
! type-face)))
(,(lambda (limit)
(antlr-re-search-forward
"\\<\\(header\\|options\\|tokens\\|exception\\|catch\\|returns\\)\\>"
--- 951,957 ----
(3 antlr-keyword-face)
(4 (if (member (match-string 4) '("Lexer" "Parser" "TreeParser"))
antlr-keyword-face
! font-lock-type-face)))
(,(lambda (limit)
(antlr-re-search-forward
"\\<\\(header\\|options\\|tokens\\|exception\\|catch\\|returns\\)\\>"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-09-08 2:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-03 11:54 bug#6976: typo in antlr-font-lock-additional-keywords Masatake YAMATO
2010-09-08 2:46 ` Glenn Morris
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.