(c++-font-lock-extra-types): Fix previous change.
[bpt/emacs.git] / lisp / font-lock.el
index 03a3f61..8f7d57c 100644 (file)
@@ -1899,7 +1899,7 @@ The value of this variable is used when Font Lock mode is turned on."
   :group 'font-lock-extra-types)
 
 (defcustom c++-font-lock-extra-types
-  '("\\sw+_t\\(?:ype\\)?"
+  '("\\sw+_t"
 
     "string" "rope"