]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-regexp-grouping-construct): Fix the bogus name from
authorEli Zaretskii <eliz@gnu.org>
Sun, 3 Jul 2005 05:00:31 +0000 (05:00 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 3 Jul 2005 05:00:31 +0000 (05:00 +0000)
the last change.

lisp/ChangeLog
lisp/font-lock.el

index 674640a2318d7f8c2e5286bdc1ecec93e173d0c3..608c17c9d841947d5b078b4aaa76aee6264f8a96 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * font-lock.el (font-lock-regexp-grouping-construct): Fix the
+       bogus name from the last change.
+
 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
 
        * custom.el (custom-declare-variable): Fix typos in comment.
index aaf8fa58cbc1b02c1fe0c6454909c16777f540d2..cbde7926cac6bfdd432db0da95197d7a8a598ba1 100644 (file)
@@ -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)