2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
* ibuffer.el (ibuffer-redisplay-engine): Do not remove folded filter groups from the buffer when rebuilding the Ibuffer buffer and `ibuffer-show-empty-filter-groups' is nil.
This commit is contained in:
parent
cfb7b9ce93
commit
b90a6a12f1
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
|
||||
|
||||
* ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
|
||||
filter groups from the buffer when rebuilding the Ibuffer buffer
|
||||
and `ibuffer-show-empty-filter-groups' is nil.
|
||||
|
||||
2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||
|
||||
* ps-print.el (ps-print-quote): Call ps-value-string.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; ibuffer.el --- operate on buffers like dired
|
||||
|
||||
;; Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Colin Walters <walters@verbum.org>
|
||||
;; Maintainer: John Paul Wallington <jpw@gnu.org>
|
||||
|
@ -2166,6 +2166,7 @@ If optional arg SILENT is non-nil, do not display progress messages."
|
|||
(member name ibuffer-hidden-filter-groups)))
|
||||
(bmarklist (cdr group)))
|
||||
(unless (and (null bmarklist)
|
||||
(not disabled)
|
||||
ext-loaded
|
||||
(null ibuffer-show-empty-filter-groups))
|
||||
(ibuffer-insert-filter-group
|
||||
|
|
Loading…
Add table
Reference in a new issue