diff lisp/font-lock.el @ 24969:44087df57d4f

(c++-keywords): Add "typeid".
author Karl Heuer <kwzh@gnu.org>
date Tue, 20 Jul 1999 04:39:17 +0000
parents 3bd2587c0639
children 1a1a57be6ae6
line wrap: on
line diff
--- a/lisp/font-lock.el	Tue Jul 20 04:17:05 1999 +0000
+++ b/lisp/font-lock.el	Tue Jul 20 04:39:17 1999 +0000
@@ -2425,6 +2425,7 @@
 	  (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.