aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/buff-menu.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/buff-menu.el')
-rw-r--r--lisp/buff-menu.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el
index 7e9115a79dc..79247ad30df 100644
--- a/lisp/buff-menu.el
+++ b/lisp/buff-menu.el
@@ -74,11 +74,13 @@
74 :type 'boolean 74 :type 'boolean
75 :group 'Buffer-menu) 75 :group 'Buffer-menu)
76 76
77(defface Buffer-menu-buffer-face 77(defface Buffer-menu-buffer
78 '((t (:weight bold))) 78 '((t (:weight bold)))
79 "Face used to highlight buffer name." 79 "Face used to highlight buffer name."
80 :group 'Buffer-menu 80 :group 'Buffer-menu
81 :group 'font-lock-highlighting-faces) 81 :group 'font-lock-highlighting-faces)
82;; backward-compatibility alias
83(put 'Buffer-menu-buffer-face 'face-alias 'Buffer-menu-buffer)
82 84
83(defcustom Buffer-menu-buffer+size-width 26 85(defcustom Buffer-menu-buffer+size-width 26
84 "*How wide to jointly make the buffer name and size columns." 86 "*How wide to jointly make the buffer name and size columns."
@@ -773,7 +775,7 @@ For more information, see the function `buffer-menu'."
773 (int-to-string (nth 3 buffer)) 775 (int-to-string (nth 3 buffer))
774 `(buffer-name ,(nth 2 buffer) 776 `(buffer-name ,(nth 2 buffer)
775 buffer ,(car buffer) 777 buffer ,(car buffer)
776 font-lock-face Buffer-menu-buffer-face 778 font-lock-face Buffer-menu-buffer
777 mouse-face highlight 779 mouse-face highlight
778 help-echo "mouse-2: select this buffer")) 780 help-echo "mouse-2: select this buffer"))
779 " " 781 " "