unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* 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

* bug#6976: typo in antlr-font-lock-additional-keywords
  2010-09-03 11:54 bug#6976: typo in antlr-font-lock-additional-keywords Masatake YAMATO
@ 2010-09-08  2:46 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2010-09-08  2:46 UTC (permalink / raw)
  To: 6976-done


Thanks; applied.





^ 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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).