]> git.eshelyaron.com Git - emacs.git/commitdiff
(c++-keywords): Add "typeid".
authorKarl Heuer <kwzh@gnu.org>
Tue, 20 Jul 1999 04:39:17 +0000 (04:39 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 20 Jul 1999 04:39:17 +0000 (04:39 +0000)
lisp/font-lock.el

index 13c7da67962ca0a6275d457dfd6f6a277a175656..9ce0adef3715668738f7c88c8f3422a0b1511245 100644 (file)
@@ -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 <branko.cibej@hermes.si> says this is new.
             "export"
             ;; Mark Mitchell <mmitchell@usa.net> says these are new.