(c++-font-lock-extra-types): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 Dec 2002 16:17:29 +0000 (16:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 Dec 2002 16:17:29 +0000 (16:17 +0000)
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"