Mercurial > emacs
changeset 63929:7b7a48be14e2
(font-lock-regexp-grouping-construct): Fix the bogus name from
the last change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 03 Jul 2005 04:59:39 +0000 |
parents | e559c2c766bc |
children | 903751a5d4da |
files | lisp/font-lock.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Sat Jul 02 22:53:04 2005 +0000 +++ b/lisp/font-lock.el Sun Jul 03 04:59:39 2005 +0000 @@ -1831,7 +1831,7 @@ "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)