1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-15 17:00:26 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-01-18 21:37:06 +00:00
parent 51ee83ac34
commit 6a1950ecf3
2 changed files with 9 additions and 2 deletions

View File

@ -397,8 +397,12 @@ the buffer whose process should be used from the mini-buffer.
** Changes to Rmail mode
RET is now bound in the Rmail summary to rmail-summary-goto-msg, like
`j'.
*** 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.
** Changes to TeX mode

View File

@ -1,5 +1,8 @@
2000-01-18 Gerd Moellmann <gerd@gnu.org>
* mail/undigest.el (rmail-digest-end-regexp): New user option.
(undigestify-rmail-message): Use it.
* ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2000-01-17 Gerd Moellmann <gerd@gnu.org>