1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

(message-header-lines): Fontify tag.

This commit is contained in:
Miles Bader 2000-11-29 08:21:11 +00:00
parent 053b8d3589
commit 3536d0c122
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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")