aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/font-lock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 03a3f61b5a..8f7d57c716 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -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"