mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(message-header-lines): Fontify tag.
This commit is contained in:
parent
053b8d3589
commit
3536d0c122
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2000-11-29 Miles Bader <miles@gnu.org>
|
||||
|
||||
* message.el (message-header-lines): Fontify tag.
|
||||
|
||||
2000-11-27 Dave Love <fx@gnu.org>
|
||||
|
||||
* nnlistserv.el: Ignore errors when requiring nnweb and avoid a
|
||||
|
|
|
|||
|
|
@ -577,7 +577,7 @@ If stringp, use this; if non-nil, use no host name (user name only)."
|
|||
|
||||
(define-widget 'message-header-lines 'text
|
||||
"All header lines must be LFD terminated."
|
||||
:format "%t:%n%v"
|
||||
:format "%{%t%}:%n%v"
|
||||
:valid-regexp "^\\'"
|
||||
:error "All header lines must be newline terminated")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue