aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-12-02 16:17:29 +0000
committerRichard M. Stallman <[email protected]>2002-12-02 16:17:29 +0000
commit0179b8465125662fca4b329791bc9b29aff39c45 (patch)
tree43a230cb04e12b6593fa5227208eb07617d1aea5 /lisp
parentd4fb162228d299a9abf59892b6b424d1c21df0de (diff)
(c++-font-lock-extra-types): Fix previous change.
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"