*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 6 Nov 2001 04:48:24 +0000 (04:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 6 Nov 2001 04:48:24 +0000 (04:48 +0000)
lisp/ChangeLog
src/ChangeLog

index f9f528c..30b6e72 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-05  Richard M. Stallman  <rms@gnu.org>
+
+       * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
+       of the evaluated form.
+
 2001-11-05  Paul Eggert  <eggert@twinsun.com>
 
        * ls-lisp.el (ls-lisp-time-to-seconds): New function.
index 7d99129..fc4d97d 100644 (file)
@@ -1,3 +1,10 @@
+2001-11-05  Richard M. Stallman  <rms@gnu.org>
+
+       * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
+
+       * buffer.c (Fkill_buffer): Don't delete auto save file
+       if buffer is modified.
+
 2001-11-05  Andrew Innes  <andrewi@gnu.org>
 
        * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and