1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00

(Buffer-menu-buffer-face): In group Buffer-menu.

This commit is contained in:
Richard M. Stallman 2005-05-19 15:42:40 +00:00
parent 3b68c5062f
commit 7e829de9c2

View File

@ -77,6 +77,7 @@
(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,7 +755,7 @@ For more information, see the function `buffer-menu'."
(int-to-string (nth 3 buffer))
`(buffer-name ,(nth 2 buffer)
buffer ,(car buffer)
face Buffer-menu-buffer-face
font-lock-face Buffer-menu-buffer-face
mouse-face highlight
help-echo "mouse-2: select this buffer"))
" "