From 112abe2467ba189a2bba8661de0f36179b2a026b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 3 Jul 2005 05:00:31 +0000 Subject: [PATCH] (font-lock-regexp-grouping-construct): Fix the bogus name from the last change. --- lisp/ChangeLog | 5 +++++ lisp/font-lock.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 674640a2318..608c17c9d84 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-07-03 Eli Zaretskii + + * font-lock.el (font-lock-regexp-grouping-construct): Fix the + bogus name from the last change. + 2005-07-02 Luc Teirlinck * custom.el (custom-declare-variable): Fix typos in comment. diff --git a/lisp/font-lock.el b/lisp/font-lock.el index aaf8fa58cbc..cbde7926cac 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -1831,7 +1831,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using "Font Lock mode face for backslashes in Lisp regexp grouping constructs." :group 'font-lock-highlighting-faces) -(defface font-lock-regexp-backslash-grouping-construct +(defface font-lock-regexp-grouping-construct '((t :inherit bold)) "Font Lock mode face used to highlight grouping constructs in Lisp regexps." :group 'font-lock-highlighting-faces) -- 2.39.2