emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/window.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/window.el
Date: Tue, 04 Feb 2003 07:15:12 -0500

Index: emacs/lisp/window.el
diff -c emacs/lisp/window.el:1.88 emacs/lisp/window.el:1.89
*** emacs/lisp/window.el:1.88   Mon Dec 23 12:57:12 2002
--- emacs/lisp/window.el        Tue Feb  4 07:15:11 2003
***************
*** 525,531 ****
                       (not (eq frame (window-frame mini-window)))
                       (< (nth 3 edges)
                          (nth 1 (window-edges mini-window)))
!                      (> (nth 1 edges) 
                          (frame-parameter frame 'menu-bar-lines))))))
        (fit-window-to-buffer window (window-height window)))))
  
--- 525,531 ----
                       (not (eq frame (window-frame mini-window)))
                       (< (nth 3 edges)
                          (nth 1 (window-edges mini-window)))
!                      (> (nth 1 edges)
                          (frame-parameter frame 'menu-bar-lines))))))
        (fit-window-to-buffer window (window-height window)))))
  




reply via email to

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