# HG changeset patch # User Richard M. Stallman # Date 948420626 0 # Node ID af3075bcc264d08bdce893c68618e0d6c5dd521f # Parent deeb1c23777831db704c2a55ed8e9a67890e4da5 *** empty log message *** diff -r deeb1c237778 -r af3075bcc264 etc/NEWS --- a/etc/NEWS Fri Jan 21 02:09:37 2000 +0000 +++ b/etc/NEWS Fri Jan 21 02:10:26 2000 +0000 @@ -403,9 +403,9 @@ *** RET is now bound in the Rmail summary to rmail-summary-goto-msg, like `j'. -*** There is a new user-option `rmail-digest-end-regexp' that can be -used to specify a regular expression matching the end of a digest -message. +*** There is a new user option `rmail-digest-end-regexp's that can be +used to specify regular expressions to detect the line that ends a +digest message. ** Changes to TeX mode diff -r deeb1c237778 -r af3075bcc264 lisp/ChangeLog --- a/lisp/ChangeLog Fri Jan 21 02:09:37 2000 +0000 +++ b/lisp/ChangeLog Fri Jan 21 02:10:26 2000 +0000 @@ -1,3 +1,14 @@ +2000-01-20 Richard M. Stallman + + * emacs-lisp/cl-macs.el (dolist, dotimes): Moved to subr.el. + + * subr.el (dolist, dotimes): Moved from cl-macs.el. + + * mail/undigest.el (rmail-digest-end-regexps): + Variable replaces rmail-digest-end-regexp. + Allows multiple regexps for detecting the end line. + (undigestify-rmail-message): Corresponding changes. + 2000-01-19 Dave Love * files.el (user-init-file): Don't declare here -- is primitive.