unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Masatake YAMATO <yamato@redhat.com>
To: 6976@debbugs.gnu.org
Subject: bug#6976: typo in antlr-font-lock-additional-keywords
Date: Fri, 03 Sep 2010 20:54:59 +0900 (JST)	[thread overview]
Message-ID: <20100903.205459.461086045318547133.yamato@redhat.com> (raw)

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






             reply	other threads:[~2010-09-03 11:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-03 11:54 Masatake YAMATO [this message]
2010-09-08  2:46 ` bug#6976: typo in antlr-font-lock-additional-keywords Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100903.205459.461086045318547133.yamato@redhat.com \
    --to=yamato@redhat.com \
    --cc=6976@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).