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: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/lisp/ibuffer.el
Date: Mon, 11 Feb 2002 23:49:33 -0500

Index: emacs/lisp/ibuffer.el
diff -c emacs/lisp/ibuffer.el:1.6 emacs/lisp/ibuffer.el:1.7
*** emacs/lisp/ibuffer.el:1.6   Sun Feb  3 22:58:26 2002
--- emacs/lisp/ibuffer.el       Mon Feb 11 23:49:32 2002
***************
*** 1694,1700 ****
    (unless (consp ibuffer-formats)
      (error "Ibuffer error: No formats!"))
    (setq ibuffer-current-format
!       (if (>= ibuffer-current-format (1- (length (ibuffer-current-formats))))
            0
          (1+ ibuffer-current-format)))
    (ibuffer-update-format)
--- 1694,1700 ----
    (unless (consp ibuffer-formats)
      (error "Ibuffer error: No formats!"))
    (setq ibuffer-current-format
!       (if (>= ibuffer-current-format (1- (length (ibuffer-current-formats 
nil))))
            0
          (1+ ibuffer-current-format)))
    (ibuffer-update-format)



reply via email to

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