(custom-face-value-create): Always emphasize tag.
authorGerd Moellmann <gerd@gnu.org>
Thu, 30 Nov 2000 13:01:40 +0000 (13:01 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 30 Nov 2000 13:01:40 +0000 (13:01 +0000)
lisp/ChangeLog
lisp/cus-edit.el

index 6be0792..47c45db 100644 (file)
        * emulation/tpu-extras.el (tpu-forward-line): Use
        forward-visible-line.
        
+2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * cus-edit.el (custom-face-value-create): Always emphasize tag.
+
 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
 
        * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
index 55ef28c..137b406 100644 (file)
@@ -2666,9 +2666,9 @@ SPEC must be a full face spec."
          (t
           ;; Create tag.
           (insert tag)
+          (widget-specify-sample widget begin (point))
           (if (eq custom-buffer-style 'face)
               (insert " ")
-            (widget-specify-sample widget begin (point))
             (if (string-match "face\\'" tag)
                 (insert ":")
               (insert " face: ")))