]> code.delx.au - gnu-emacs/commitdiff
(Fwindow_end): Fix recent change.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 19 Sep 2006 16:32:07 +0000 (16:32 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 19 Sep 2006 16:32:07 +0000 (16:32 +0000)
src/ChangeLog
src/window.c

index e8d62e69552009e9ad47a1ffcb00b16d5ea1620a..6fec97d5a8bb1f571b02faddaa8f6a4bf5caacec 100644 (file)
@@ -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\e,Ad\e(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.
 
index adb384b72e5251f84ba54a504820c8c7f2a09f15..3b78bba64c0ac133db9848e21202f3e38d10a2a4 100644 (file)
@@ -1162,7 +1162,7 @@ if it isn't already recorded.  */)
   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);