emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ibuffer.el,v


From: Michael W. Olson
Subject: [Emacs-diffs] Changes to emacs/lisp/ibuffer.el,v
Date: Wed, 08 Oct 2008 05:02:10 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael W. Olson <mwolson>      08/10/08 05:02:09

Index: ibuffer.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/ibuffer.el,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -b -r1.109 -r1.110
--- ibuffer.el  10 Aug 2008 03:42:43 -0000      1.109
+++ ibuffer.el  8 Oct 2008 05:02:09 -0000       1.110
@@ -1153,6 +1153,9 @@
     (ibuffer-redisplay t)))
 
 (defun ibuffer-shrink-to-fit (&optional owin)
+  ;; Make sure that redisplay is performed, otherwise there can be a
+  ;; bad interaction with code in the window-scroll-functions hook
+  (redisplay t)
   (fit-window-to-buffer nil (when owin (/ (frame-height)
                                          (length (window-list 
(selected-frame)))))))
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]