From: Karl Heuer Date: Tue, 20 Jul 1999 04:39:17 +0000 (+0000) Subject: (c++-keywords): Add "typeid". X-Git-Tag: emacs-pretest-21.0.90~7472 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d8b66ebefa95595783f89b0bdfe1d624259bb19;p=emacs.git (c++-keywords): Add "typeid". --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 13c7da67962..9ce0adef371 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2425,6 +2425,7 @@ See also `c++-font-lock-extra-types'.") (regexp-opt '("break" "continue" "do" "else" "for" "if" "return" "switch" "while" "asm" "catch" "delete" "new" "sizeof" "this" "throw" "try" + "typeid" ;; Branko Cibej says this is new. "export" ;; Mark Mitchell says these are new.