emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/buff-menu.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/buff-menu.el
Date: Tue, 14 Jun 2005 18:49:12 -0400

Index: emacs/lisp/buff-menu.el
diff -c emacs/lisp/buff-menu.el:1.84 emacs/lisp/buff-menu.el:1.85
*** emacs/lisp/buff-menu.el:1.84        Wed May 25 22:46:48 2005
--- emacs/lisp/buff-menu.el     Tue Jun 14 22:49:09 2005
***************
*** 74,84 ****
    :type 'boolean
    :group 'Buffer-menu)
  
! (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
    "*How wide to jointly make the buffer name and size columns."
--- 74,86 ----
    :type 'boolean
    :group 'Buffer-menu)
  
! (defface Buffer-menu-buffer
    '((t (:weight bold)))
    "Face used to highlight buffer name."
    :group 'Buffer-menu
    :group 'font-lock-highlighting-faces)
+ ;; backward-compatibility alias
+ (put 'Buffer-menu-buffer-face 'face-alias 'Buffer-menu-buffer)
  
  (defcustom Buffer-menu-buffer+size-width 26
    "*How wide to jointly make the buffer name and size columns."
***************
*** 773,779 ****
                                         (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"))
                "  "
--- 775,781 ----
                                         (int-to-string (nth 3 buffer))
                                         `(buffer-name ,(nth 2 buffer)
                                           buffer ,(car buffer)
!                                          font-lock-face Buffer-menu-buffer
                                           mouse-face highlight
                                           help-echo "mouse-2: select this 
buffer"))
                "  "




reply via email to

[Prev in Thread] Current Thread [Next in Thread]