Index: emacs/lisp/buff-menu.el
diff -c emacs/lisp/buff-menu.el:1.80 emacs/lisp/buff-menu.el:1.81
*** emacs/lisp/buff-menu.el:1.80        Fri Apr  8 11:04:22 2005
--- emacs/lisp/buff-menu.el     Thu May 19 15:42:40 2005
***************
*** 77,82 ****
--- 77,83 ----
  (defface Buffer-menu-buffer-face
    '((t (:weight bold)))
    "Face used to highlight buffer name."
+   :group 'Buffer-menu
    :group 'font-lock-highlighting-faces)
  
  (defcustom Buffer-menu-buffer+size-width 26
***************
*** 754,760 ****
                                         (int-to-string (nth 3 buffer))
                                         `(buffer-name ,(nth 2 buffer)
                                           buffer ,(car buffer)
!                                          face Buffer-menu-buffer-face
                                           mouse-face highlight
                                           help-echo "mouse-2: select this 
buffer"))
                "  "
--- 755,761 ----
                                         (int-to-string (nth 3 buffer))
                                         `(buffer-name ,(nth 2 buffer)
                                           buffer ,(car buffer)
!                                          font-lock-face 
Buffer-menu-buffer-face
                                           mouse-face highlight
                                           help-echo "mouse-2: select this 
buffer"))
                "  "


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to