aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-07-20 04:39:17 +0000
committerKarl Heuer1999-07-20 04:39:17 +0000
commit5d8b66ebefa95595783f89b0bdfe1d624259bb19 (patch)
treea81fb19e932fe606975c230b16107b262492eca2
parente7cfa73fc0f3fb7c8e23967189f69f8798453d55 (diff)
downloademacs-5d8b66ebefa95595783f89b0bdfe1d624259bb19.tar.gz
emacs-5d8b66ebefa95595783f89b0bdfe1d624259bb19.zip
(c++-keywords): Add "typeid".
-rw-r--r--lisp/font-lock.el1
1 files changed, 1 insertions, 0 deletions
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'.")
2425 (regexp-opt 2425 (regexp-opt
2426 '("break" "continue" "do" "else" "for" "if" "return" "switch" 2426 '("break" "continue" "do" "else" "for" "if" "return" "switch"
2427 "while" "asm" "catch" "delete" "new" "sizeof" "this" "throw" "try" 2427 "while" "asm" "catch" "delete" "new" "sizeof" "this" "throw" "try"
2428 "typeid"
2428 ;; Branko Cibej <branko.cibej@hermes.si> says this is new. 2429 ;; Branko Cibej <branko.cibej@hermes.si> says this is new.
2429 "export" 2430 "export"
2430 ;; Mark Mitchell <mmitchell@usa.net> says these are new. 2431 ;; Mark Mitchell <mmitchell@usa.net> says these are new.