*** empty log message ***

This commit is contained in:
Richard M. Stallman 2004-05-10 16:56:13 +00:00
parent c113267187
commit e109331ade
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2004-05-10 Richard M. Stallman <rms@gnu.org>
* mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
directly without calling any functions in Rmail.
(unrmail-unprune): Function deleted.
2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/python.el (inferior-python-mode-map): Remove erroneous

View file

@ -1,3 +1,8 @@
2004-05-10 Richard M. Stallman <rms@gnu.org>
* print.c (print_preprocess): Use being_printed, loop_count and
halftail to detect overdeep nesting and cyclic cdr chains.
2004-05-10 Andreas Schwab <schwab@suse.de>
* lisp.h: Declare Fmake_symbolic_link.