changeset 101786:e3ef741fe489

(mail-fetch-field): Previous doc fix was ill-advised.
author Glenn Morris <rgm@gnu.org>
date Wed, 04 Feb 2009 03:41:06 +0000
parents adf10d8e0458
children fae9e26f5047
files lisp/ChangeLog lisp/mail/mail-utils.el
diffstat 2 files changed, 15 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Feb 04 03:39:05 2009 +0000
+++ b/lisp/ChangeLog	Wed Feb 04 03:41:06 2009 +0000
@@ -1,3 +1,16 @@
+2009-02-04  Glenn Morris  <rgm@gnu.org>
+
+	* mail/mail-utils.el (mail-fetch-field): Previous doc fix was
+	ill-advised.
+
+	* mail/rmail.el: No need for mule-util when compiling.
+	(rmail-first-message): Unbreak it.
+
+	* mail/rmailmsc.el: Require rmail not just when compiling.
+	Remove unneeded declarations.
+
+	* term/ns-win.el (ns): Define as a custom group.
+
 2009-02-04  Kenichi Handa  <handa@m17n.org>
 
 	* descr-text.el (describe-char): Check font-object by fontp.
--- a/lisp/mail/mail-utils.el	Wed Feb 04 03:39:05 2009 +0000
+++ b/lisp/mail/mail-utils.el	Wed Feb 04 03:41:06 2009 +0000
@@ -305,8 +305,8 @@
 If second arg LAST is non-nil, use the last field of type FIELD-NAME.
 If third arg ALL is non-nil, concatenate all such fields with commas between.
 If 4th arg LIST is non-nil, return a list of all such fields.
-The header must be at the start of the buffer.  If any of the optional
-arguments are used, the buffer should be narrowed to just the header."
+The buffer should be narrowed to just the header, else false
+matches may be returned from the message body."
   (save-excursion
     (goto-char (point-min))
     (let ((case-fold-search t)