emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-theme.el
Date: Sat, 31 Dec 2005 01:59:02 +0000

Index: emacs/lisp/cus-theme.el
diff -u emacs/lisp/cus-theme.el:1.14 emacs/lisp/cus-theme.el:1.15
--- emacs/lisp/cus-theme.el:1.14        Sat Dec 31 01:58:07 2005
+++ emacs/lisp/cus-theme.el     Sat Dec 31 01:59:02 2005
@@ -41,9 +41,6 @@
   (set (make-local-variable 'widget-button-pressed-face) custom-button-pressed)
   (if custom-raised-buttons
       (set (make-local-variable 'widget-mouse-face) custom-button))
-
-  ;; When possible, use relief for buttons, not bracketing.  This test
-  ;; may not be optimal.
   (when custom-raised-buttons
     (set (make-local-variable 'widget-push-button-prefix) "")
     (set (make-local-variable 'widget-push-button-suffix) "")




reply via email to

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