changeset 34041:40708840c132

(custom-face-value-create): Always emphasize tag.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 30 Nov 2000 13:01:07 +0000
parents dbe2757d6cb8
children f933093476c2
files lisp/cus-edit.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-edit.el	Thu Nov 30 12:56:58 2000 +0000
+++ b/lisp/cus-edit.el	Thu Nov 30 13:01:07 2000 +0000
@@ -2666,9 +2666,9 @@
 	  (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: ")))