# HG changeset patch # User Chong Yidong # Date 1135994342 0 # Node ID b7d695ec282af64c5769e18b3a72e885a2fe3f15 # Parent 5bf588b1a01e154721ecbfd2492a13cf66e5bbff *** empty log message *** diff -r 5bf588b1a01e -r b7d695ec282a lisp/cus-theme.el --- a/lisp/cus-theme.el Sat Dec 31 01:58:07 2005 +0000 +++ b/lisp/cus-theme.el Sat Dec 31 01:59:02 2005 +0000 @@ -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) "")