1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-22 20:42:26 -08:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 2001-11-06 04:51:06 +00:00
parent 41fb57c102
commit d4a5fa19bc
2 changed files with 12 additions and 0 deletions

View 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-03 Stefan Monnier <monnier@cs.yale.edu>
* term.el (all faces): Don't (copy-face 'default <foo>).

View 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 Andreas Schwab <schwab@suse.de>
* sound.c (sound_perror): Save errno from being clobbered.