From: Juri Linkov Date: Thu, 29 Sep 2005 22:56:45 +0000 (+0000) Subject: (Buffer-menu-buffer): Remove group `font-lock-highlighting-faces'. X-Git-Tag: emacs-pretest-22.0.90~6913 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a8f2d4c09c58f113a5304575f9053ea125a83ba;p=emacs.git (Buffer-menu-buffer): Remove group `font-lock-highlighting-faces'. --- 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."