changeset 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 8e21762fb622
children 37b9b1f18615
files lisp/font-lock.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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"