From 2a8f2d4c09c58f113a5304575f9053ea125a83ba Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 29 Sep 2005 22:56:45 +0000 Subject: [PATCH] (Buffer-menu-buffer): Remove group `font-lock-highlighting-faces'. --- lisp/buff-menu.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index 4c45847df0f..e48aa9e34b4 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el @@ -77,8 +77,7 @@ (defface Buffer-menu-buffer '((t (:weight bold))) "Face used to highlight buffer name." - :group 'Buffer-menu - :group 'font-lock-highlighting-faces) + :group 'Buffer-menu) (defcustom Buffer-menu-buffer+size-width 26 "*How wide to jointly make the buffer name and size columns." -- 2.39.2