mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-20 19:42:53 -08:00
*** empty log message ***
This commit is contained in:
parent
992bd384ff
commit
2d5e9b548e
2 changed files with 14 additions and 3 deletions
6
etc/NEWS
6
etc/NEWS
|
|
@ -403,9 +403,9 @@ the buffer whose process should be used from the mini-buffer.
|
|||
*** 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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,14 @@
|
|||
2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
|
||||
|
||||
* 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 <fx@gnu.org>
|
||||
|
||||
* files.el (user-init-file): Don't declare here -- is primitive.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue