/[emacs]/emacs/lisp/buff-menu.el
ViewVC logotype

Diff of /emacs/lisp/buff-menu.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.84 by teirllm, Wed May 25 22:46:48 2005 UTC revision 1.85 by miles, Tue Jun 14 22:49:09 2005 UTC
# Line 74  Line 74 
74    :type 'boolean    :type 'boolean
75    :group 'Buffer-menu)    :group 'Buffer-menu)
76    
77  (defface Buffer-menu-buffer-face  (defface Buffer-menu-buffer
78    '((t (:weight bold)))    '((t (:weight bold)))
79    "Face used to highlight buffer name."    "Face used to highlight buffer name."
80    :group 'Buffer-menu    :group 'Buffer-menu
81    :group 'font-lock-highlighting-faces)    :group 'font-lock-highlighting-faces)
82    ;; backward-compatibility alias
83    (put 'Buffer-menu-buffer-face 'face-alias 'Buffer-menu-buffer)
84    
85  (defcustom Buffer-menu-buffer+size-width 26  (defcustom Buffer-menu-buffer+size-width 26
86    "*How wide to jointly make the buffer name and size columns."    "*How wide to jointly make the buffer name and size columns."
# Line 773  For more information, see the function ` Line 775  For more information, see the function `
775                                           (int-to-string (nth 3 buffer))                                           (int-to-string (nth 3 buffer))
776                                           `(buffer-name ,(nth 2 buffer)                                           `(buffer-name ,(nth 2 buffer)
777                                             buffer ,(car buffer)                                             buffer ,(car buffer)
778                                             font-lock-face Buffer-menu-buffer-face                                             font-lock-face Buffer-menu-buffer
779                                             mouse-face highlight                                             mouse-face highlight
780                                             help-echo "mouse-2: select this buffer"))                                             help-echo "mouse-2: select this buffer"))
781                  "  "                  "  "

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26