From: Richard M. Stallman Date: Tue, 6 Nov 2001 04:51:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-21.2~353 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d4a5fa19bc67fcc67a2e4e7eb880e6ea412d372b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a89236cda5a..61ee7df6dd3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-11-05 Richard M. Stallman + + * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value + of the evaluated form. + 2001-11-03 Stefan Monnier * term.el (all faces): Don't (copy-face 'default ). diff --git a/src/ChangeLog b/src/ChangeLog index 5d67698a2bc..75fb6a029e4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2001-11-05 Richard M. Stallman + + * m/news-risc.h (BROKEN_PROTOTYPES): Defined. + + * buffer.c (Fkill_buffer): Don't delete auto save file + if buffer is modified. + 2001-11-05 Andreas Schwab * sound.c (sound_perror): Save errno from being clobbered.