From: Richard M. Stallman Date: Wed, 16 Nov 2005 22:15:59 +0000 (+0000) Subject: (color): Enclose %t in %{...%}. X-Git-Tag: emacs-pretest-22.0.90~5835 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ce4374c7dcc9e53f6063e562dc3cb69b3e514057;p=emacs.git (color): Enclose %t in %{...%}. --- diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index 5f5d3479547..0df0b7365db 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el @@ -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"