diff lisp/font-lock.el @ 48619:cdcae1240434

(c++-font-lock-extra-types): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 02 Dec 2002 16:17:29 +0000
parents 442a4d06a99f
children 4dd5da1ea3dc
line wrap: on
line diff
--- a/lisp/font-lock.el	Mon Dec 02 16:16:52 2002 +0000
+++ b/lisp/font-lock.el	Mon Dec 02 16:17:29 2002 +0000
@@ -1899,7 +1899,7 @@
   :group 'font-lock-extra-types)
 
 (defcustom c++-font-lock-extra-types
-  '("\\sw+_t\\(?:ype\\)?"
+  '("\\sw+_t"
 
     "string" "rope"