]> git.eshelyaron.com Git - emacs.git/commitdiff
(message-header-lines): Fontify tag.
authorMiles Bader <miles@gnu.org>
Wed, 29 Nov 2000 08:21:11 +0000 (08:21 +0000)
committerMiles Bader <miles@gnu.org>
Wed, 29 Nov 2000 08:21:11 +0000 (08:21 +0000)
lisp/gnus/ChangeLog
lisp/gnus/message.el

index b7e9256b7c8ca6d69d391cca0e0472c33b004b10..027c7e4fb1837e433e2a6307717b1178e5cd7a52 100644 (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
index e18b4b9477c70f37b698aa9f59a8b8d367b2cc0b..4cb53630703dd9ab2c4254a3f5c78ddb20f9d544 100644 (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")