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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/window.el
Date: Sun, 03 Feb 2002 11:20:52 -0500

Index: emacs/lisp/window.el
diff -c emacs/lisp/window.el:1.83 emacs/lisp/window.el:1.84
*** emacs/lisp/window.el:1.83   Sun Feb  3 10:35:27 2002
--- emacs/lisp/window.el        Sun Feb  3 11:20:52 2002
***************
*** 217,223 ****
                         (if newbot
                             (setq newsizes
                                   (cons (cons w (* level-size (- newbot 
newtop)))
!                                        newsizes)))))))
                    'nomini)
        ;; Make walk-windows start with the topmost window.
        (select-window (previous-window (frame-first-window (selected-frame))))
--- 217,223 ----
                         (if newbot
                             (setq newsizes
                                   (cons (cons w (* level-size (- newbot 
newtop)))
!                                        newsizes))))))
                    'nomini)
        ;; Make walk-windows start with the topmost window.
        (select-window (previous-window (frame-first-window (selected-frame))))
***************
*** 237,243 ****
                                                        nil t)
                                        (unless (= (window-height) newsize)
                                          (setq done nil))))))
!                       'nomini)))))
  
  ;;; I think this should be the default; I think people will prefer it--rms.
  (defcustom split-window-keep-point t
--- 237,243 ----
                                                        nil t)
                                        (unless (= (window-height) newsize)
                                          (setq done nil))))))
!                       'nomini))))))
  
  ;;; I think this should be the default; I think people will prefer it--rms.
  (defcustom split-window-keep-point t



reply via email to

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