]> code.delx.au - gnu-emacs/commitdiff
(color): Enclose %t in %{...%}.
authorRichard M. Stallman <rms@gnu.org>
Wed, 16 Nov 2005 22:15:59 +0000 (22:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 16 Nov 2005 22:15:59 +0000 (22:15 +0000)
lisp/wid-edit.el

index 5f5d3479547421daa645f04f842bdff9879203c8..0df0b7365db28b1676de3e8ceeaa8021db8e050e 100644 (file)
@@ -3575,7 +3575,7 @@ example:
 ;; Fixme: match
 (define-widget 'color 'editable-field
   "Choose a color name (with sample)."
-  :format "%t: %v (%{sample%})\n"
+  :format "%{%t%}: %v (%{sample%})\n"
   :size 10
   :tag "Color"
   :value "black"