diff options
| author | Miles Bader | 2000-11-29 08:21:11 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-11-29 08:21:11 +0000 |
| commit | 3536d0c122b5aa9caf45d71d5a26db758ed5958e (patch) | |
| tree | 5cdaef31af5b819ecbefa5942e26467dac8f1342 | |
| parent | 053b8d3589747f2ce7008c2b6b028fb616b63d17 (diff) | |
| download | emacs-3536d0c122b5aa9caf45d71d5a26db758ed5958e.tar.gz emacs-3536d0c122b5aa9caf45d71d5a26db758ed5958e.zip | |
(message-header-lines): Fontify tag.
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/message.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index b7e9256b7c8..027c7e4fb18 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-11-29 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * message.el (message-header-lines): Fontify tag. | ||
| 4 | |||
| 1 | 2000-11-27 Dave Love <fx@gnu.org> | 5 | 2000-11-27 Dave Love <fx@gnu.org> |
| 2 | 6 | ||
| 3 | * nnlistserv.el: Ignore errors when requiring nnweb and avoid a | 7 | * nnlistserv.el: Ignore errors when requiring nnweb and avoid a |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index e18b4b9477c..4cb53630703 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -577,7 +577,7 @@ If stringp, use this; if non-nil, use no host name (user name only)." | |||
| 577 | 577 | ||
| 578 | (define-widget 'message-header-lines 'text | 578 | (define-widget 'message-header-lines 'text |
| 579 | "All header lines must be LFD terminated." | 579 | "All header lines must be LFD terminated." |
| 580 | :format "%t:%n%v" | 580 | :format "%{%t%}:%n%v" |
| 581 | :valid-regexp "^\\'" | 581 | :valid-regexp "^\\'" |
| 582 | :error "All header lines must be newline terminated") | 582 | :error "All header lines must be newline terminated") |
| 583 | 583 | ||