aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2005-12-31 01:59:02 +0000
committerChong Yidong2005-12-31 01:59:02 +0000
commit3a6c62dbcb2461c8d3c49b4edfeb9d50009e7e54 (patch)
tree885b4565207906007eea9a0721d0c2887876ae19
parent8314bdb83640870e854e7de21ce6244f5f45c145 (diff)
downloademacs-3a6c62dbcb2461c8d3c49b4edfeb9d50009e7e54.tar.gz
emacs-3a6c62dbcb2461c8d3c49b4edfeb9d50009e7e54.zip
*** empty log message ***
-rw-r--r--lisp/cus-theme.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/cus-theme.el b/lisp/cus-theme.el
index 1e7fcfc4a5a..7d716717b58 100644
--- a/lisp/cus-theme.el
+++ b/lisp/cus-theme.el
@@ -41,9 +41,6 @@ use by `customize-create-theme'."
41 (set (make-local-variable 'widget-button-pressed-face) custom-button-pressed) 41 (set (make-local-variable 'widget-button-pressed-face) custom-button-pressed)
42 (if custom-raised-buttons 42 (if custom-raised-buttons
43 (set (make-local-variable 'widget-mouse-face) custom-button)) 43 (set (make-local-variable 'widget-mouse-face) custom-button))
44
45 ;; When possible, use relief for buttons, not bracketing. This test
46 ;; may not be optimal.
47 (when custom-raised-buttons 44 (when custom-raised-buttons
48 (set (make-local-variable 'widget-push-button-prefix) "") 45 (set (make-local-variable 'widget-push-button-prefix) "")
49 (set (make-local-variable 'widget-push-button-suffix) "") 46 (set (make-local-variable 'widget-push-button-suffix) "")