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


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/ibuffer.el
Date: Sun, 06 Nov 2005 20:30:29 -0500

Index: emacs/lisp/ibuffer.el
diff -c emacs/lisp/ibuffer.el:1.74 emacs/lisp/ibuffer.el:1.75
*** emacs/lisp/ibuffer.el:1.74  Sun Nov  6 21:06:57 2005
--- emacs/lisp/ibuffer.el       Mon Nov  7 01:30:29 2005
***************
*** 2288,2294 ****
        (save-selected-window
        ;; We switch to the buffer's window in order to be able
        ;; to modify the value of point
!       (select-window (get-buffer-window buf 'visible))
        (or (eq major-mode 'ibuffer-mode)
            (ibuffer-mode))
        (setq ibuffer-restore-window-config-on-quit other-window-p)
--- 2288,2294 ----
        (save-selected-window
        ;; We switch to the buffer's window in order to be able
        ;; to modify the value of point
!       (select-window (get-buffer-window buf 0))
        (or (eq major-mode 'ibuffer-mode)
            (ibuffer-mode))
        (setq ibuffer-restore-window-config-on-quit other-window-p)




reply via email to

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