]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorChong Yidong <cyd@stupidchicken.com>
Sat, 31 Dec 2005 01:59:02 +0000 (01:59 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 31 Dec 2005 01:59:02 +0000 (01:59 +0000)
lisp/cus-theme.el

index 1e7fcfc4a5aebea98ddebce3157272f761756e3c..7d716717b58c8cfa4c7dff082036a287463461c0 100644 (file)
@@ -41,9 +41,6 @@ use by `customize-create-theme'."
   (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) "")