]> git.eshelyaron.com Git - emacs.git/commitdiff
(Buffer-menu-buffer): Remove group `font-lock-highlighting-faces'.
authorJuri Linkov <juri@jurta.org>
Thu, 29 Sep 2005 22:56:45 +0000 (22:56 +0000)
committerJuri Linkov <juri@jurta.org>
Thu, 29 Sep 2005 22:56:45 +0000 (22:56 +0000)
lisp/buff-menu.el

index 4c45847df0f4d1953ed18b4996272569da29cae6..e48aa9e34b40e391f4bbaba62bb5bdb14ebdce87 100644 (file)
@@ -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."