comparison 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
comparison
equal deleted inserted replaced
24968:ced85898ea55 24969:44087df57d4f
2423 (let* ((c++-keywords 2423 (let* ((c++-keywords
2424 (eval-when-compile 2424 (eval-when-compile
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.
2431 "mutable" "explicit" 2432 "mutable" "explicit"
2432 ;; Alain Picard <ap@abelard.apana.org.au> suggests treating these 2433 ;; Alain Picard <ap@abelard.apana.org.au> suggests treating these