]> git.eshelyaron.com Git - emacs.git/commitdiff
(widget-specify-button): Really suppress the face if required.
authorDave Love <fx@gnu.org>
Sun, 11 Jun 2000 23:02:14 +0000 (23:02 +0000)
committerDave Love <fx@gnu.org>
Sun, 11 Jun 2000 23:02:14 +0000 (23:02 +0000)
lisp/ChangeLog
lisp/wid-edit.el

index 39a352dfbc7d5c4317919148dcbdf1572f3446fa..8fbba29987f094d565583f75b11115582ea4173c 100644 (file)
@@ -1,3 +1,8 @@
+2000-06-12  Dave Love  <fx@gnu.org>
+
+       * wid-edit.el (widget-specify-button): Really suppress the face if
+       required.
+
 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
 
        * term/x-win.el (x-colors): Add colors from recent rgb.txt.
index 177a12ab214f4091e61e0b32d2888c091b87ac92..ac2cc0d9ef679c8f8202ec0e094029324e5aa4f0 100644 (file)
@@ -339,8 +339,7 @@ new value.")
       (overlay-put overlay 'mouse-face widget-mouse-face))
     ;;(overlay-put overlay 'balloon-help help-echo)
     (if (stringp help-echo)
-       (overlay-put overlay 'help-echo help-echo))
-    (overlay-put overlay 'face face)))
+       (overlay-put overlay 'help-echo help-echo))))
 
 (defun widget-specify-sample (widget from to)
   "Specify sample for WIDGET between FROM and TO."
@@ -1956,6 +1955,9 @@ when he invoked the menu."
   :button-prefix ""
   :format "%[%v%]"
   :on "[X]"
+  ;; We could probably do the same job as the images using single
+  ;; space characters in a boxed face with a stretch specification to
+  ;; make them square.
   :on-glyph (create-image (make-bool-vector 49 1)
                          'xbm t :width 7 :height 7
                          :foreground "grey75" ; like default mode line