From 0179b8465125662fca4b329791bc9b29aff39c45 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 2 Dec 2002 16:17:29 +0000 Subject: [PATCH] (c++-font-lock-extra-types): Fix previous change. --- lisp/font-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 03a3f61b5a7..8f7d57c716c 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" -- 2.39.2