emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/button.el
Date: Fri, 04 Apr 2003 01:21:41 -0500

Index: emacs/lisp/button.el
diff -c emacs/lisp/button.el:1.11 emacs/lisp/button.el:1.12
*** emacs/lisp/button.el:1.11   Thu Jan  3 03:43:09 2002
--- emacs/lisp/button.el        Sun Dec 29 18:49:30 2002
***************
*** 53,59 ****
  (defface button '((((type pc) (class color))
                   (:foreground "lightblue"))
                  (t :underline t))
!   "Default face used for buttons.")
  
  ;;;###autoload
  (defvar button-map
--- 53,60 ----
  (defface button '((((type pc) (class color))
                   (:foreground "lightblue"))
                  (t :underline t))
!   "Default face used for buttons."
!   :group 'faces)
  
  ;;;###autoload
  (defvar button-map




reply via email to

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