`ibuffer-current-formats'.
+2002-02-11 Colin Walters <walters@verbum.org>
+
+ * ibuffer.el (ibuffer-switch-format): Supply required argument for
+ `ibuffer-current-formats'.
+
2002-02-12 Miles Bader <miles@gnu.org>
* faces.el (mode-line-inactive): Add dark-background variant.
(unless (consp ibuffer-formats)
(error "Ibuffer error: No formats!"))
(setq ibuffer-current-format
- (if (>= ibuffer-current-format (1- (length (ibuffer-current-formats))))
+ (if (>= ibuffer-current-format (1- (length (ibuffer-current-formats nil))))
0
(1+ ibuffer-current-format)))
(ibuffer-update-format)