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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/buff-menu.el
Date: Thu, 19 May 2005 11:42:41 -0400

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"))
                "  "




reply via email to

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