Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ce4374c7
Commit
ce4374c7
authored
Nov 16, 2005
by
Richard M. Stallman
Browse files
(color): Enclose %t in %{...%}.
parent
49698bb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/wid-edit.el
lisp/wid-edit.el
+1
-1
No files found.
lisp/wid-edit.el
View file @
ce4374c7
...
@@ -3575,7 +3575,7 @@ example:
...
@@ -3575,7 +3575,7 @@ example:
;; Fixme: match
;; Fixme: match
(define-widget 'color 'editable-field
(define-widget 'color 'editable-field
"Choose a color name (with sample)."
"Choose a color name (with sample)."
:format "%
t
: %v (%{sample%})\n"
:format "%
{%t%}
: %v (%{sample%})\n"
:size 10
:size 10
:tag "Color"
:tag "Color"
:value "black"
:value "black"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment