changeset 66658:f2ef41c440de

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 03 Nov 2005 17:14:11 +0000
parents 74fd87aeeaf4
children ca5365d36237
files src/ChangeLog
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Nov 03 17:11:50 2005 +0000
+++ b/src/ChangeLog	Thu Nov 03 17:14:11 2005 +0000
@@ -1,3 +1,8 @@
+2005-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* window.c (Fdisplay_buffer): Fix last change to not use
+	a dedicated window.
+
 2005-11-01  Kim F. Storm  <storm@cua.dk>
 
 	* fringe.c (update_window_fringes): Undo 2005-10-27 change.
@@ -62,8 +67,8 @@
 	(decode_mode_spec): Test Vmemory_full, not spare_memory.
 	(Fformat_mode_line): Clear mode_line_proptrans_alist after saving.
 
-	* lisp.h (memory_full_cons_threshold): Declared.
-	(internal_lisp_condition_case): Declared.
+	* lisp.h (memory_full_cons_threshold): Declare.
+	(internal_lisp_condition_case): Declare.
 
 	* alloc.c (syms_of_alloc) <memory-full>: Doc fix.
 	(Fmemory_full_p): Function deleted.