projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8620e07
)
Add a :format to `text' widgets
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 13 Jul 2019 15:22:50 +0000
(17:22 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 13 Jul 2019 15:22:50 +0000
(17:22 +0200)
* lisp/wid-edit.el (text): Add a :format so that the 'text fields
work (bug#31309). Suggested by Phil Sainty.
lisp/wid-edit.el
patch
|
blob
|
history
diff --git
a/lisp/wid-edit.el
b/lisp/wid-edit.el
index d6f42dab8c4c29261e46d931fd7d37f6e72b0967..376e3e5526fd2e1931eae2b0ae4ecaeeb6d1df60 100644
(file)
--- a/
lisp/wid-edit.el
+++ b/
lisp/wid-edit.el
@@
-1997,6
+1997,7
@@
But if NO-TRUNCATE is non-nil, include them."
(define-widget 'text 'editable-field
"A multiline text area."
+ :format "%{%t%}: %v"
:keymap widget-text-keymap)
;;; The `menu-choice' Widget.