changeset 34489:9f2b7375b07e

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 12 Dec 2000 15:30:41 +0000
parents 7892b27e1636
children 2ba48408064e
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Dec 12 15:29:00 2000 +0000
+++ b/lisp/ChangeLog	Tue Dec 12 15:30:41 2000 +0000
@@ -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.
--- a/src/ChangeLog	Tue Dec 12 15:29:00 2000 +0000
+++ b/src/ChangeLog	Tue Dec 12 15:30:41 2000 +0000
@@ -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.