changeset 72998:79ada95d4018

(Fwindow_end): Fix recent change.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 19 Sep 2006 16:32:07 +0000
parents f977cc60463c
children c983ed5a8049
files src/ChangeLog src/window.c
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Sep 19 15:40:59 2006 +0000
+++ b/src/ChangeLog	Tue Sep 19 16:32:07 2006 +0000
@@ -1,3 +1,7 @@
+2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* window.c (Fwindow_end): Fix recent change.
+
 2006-09-19  Kim F. Storm  <storm@cua.dk>
 
 	* window.c (Fset_window_hscroll, Fpos_visible_in_window_p):
@@ -80,8 +84,8 @@
 
 2006-09-16  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
 
-	* gtkutil.c (xg_get_file_with_chooser): Check
-	x-gtk-show-chooser-help-text before adding the help text.
+	* gtkutil.c (xg_get_file_with_chooser):
+	Check x-gtk-show-chooser-help-text before adding the help text.
 
 	* xfns.c (syms_of_xfns): New variable: x-gtk-show-chooser-help-text.
 
--- a/src/window.c	Tue Sep 19 15:40:59 2006 +0000
+++ b/src/window.c	Tue Sep 19 16:32:07 2006 +0000
@@ -1162,7 +1162,7 @@
   Lisp_Object value;
   struct window *w = decode_window (window);
   Lisp_Object buf;
-  struct buffer *b = XBUFFER (buf);
+  struct buffer *b;
 
   buf = w->buffer;
   CHECK_BUFFER (buf);