comparison lisp/gnus/message.el @ 90233:ee12d75eb214

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-85 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 556-561) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 122-124) - Update from CVS: lisp/mm-url.el (mm-url-decode-entities): Fix regexp. - Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 25 Sep 2005 22:07:01 +0000
parents a3716f7538f2 c16795de963a
children b1c1fc853d2f
comparison
equal deleted inserted replaced
90232:eab32348047a 90233:ee12d75eb214
4195 (not followup-to) 4195 (not followup-to)
4196 (not 4196 (not
4197 (zerop 4197 (zerop
4198 (length 4198 (length
4199 (setq to (completing-read 4199 (setq to (completing-read
4200 "Followups to (default: no Followup-To header) " 4200 "Followups to (default no Followup-To header): "
4201 (mapcar #'list 4201 (mapcar #'list
4202 (cons "poster" 4202 (cons "poster"
4203 (message-tokenize-header 4203 (message-tokenize-header
4204 newsgroups))))))))) 4204 newsgroups)))))))))
4205 (goto-char (point-min)) 4205 (goto-char (point-min))