]> code.delx.au - gnu-emacs/blobdiff - lisp/font-lock.el
* paths.el: Remove gnus-startup-file.
[gnu-emacs] / lisp / font-lock.el
index 03a3f61b5a73d06fe827881ca791e07808ba95c1..8f7d57c716cb741de49aaabfe0a5431ead5f9532 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"