1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-23 08:20:41 -08:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-12-12 15:30:41 +00:00
parent 933bfda185
commit bfdb75eeaa
2 changed files with 7 additions and 0 deletions

View file

@ -1,5 +1,9 @@
2000-12-12 Gerd Moellmann <gerd@gnu.org>
* mail/rmailsum.el (rmail-summary-expunge)
(rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
instead of rmail-confirm-expunge.
* replace.el (perform-replace): Don't use an empty match adjacent
to a non-empty match when computing the next match before the
replacement is performed.

View file

@ -8,6 +8,9 @@
2000-12-12 Gerd Moellmann <gerd@gnu.org>
* buffer.c (Fkill_buffer): Don't Fset_buffer when testing if
the buffer is the sole visible buffer when in the mini-buffer.
* xdisp.c (setup_echo_area_for_printing, with_echo_area_buffer):
Bind `inhibit-read-only' to t.
(unwind_with_echo_area_buffer): Use AREF.