Variable: ibuffer-view-ibuffer
ibuffer-view-ibuffer is a customizable variable defined in
ibuffer.el.gz.
Value
nil
Documentation
If non-nil, display the current Ibuffer buffer itself.
Note that this has a drawback - the data about the current Ibuffer buffer will most likely be inaccurate. This includes modification state, size, etc.
Source Code
;; Defined in /usr/src/emacs/lisp/ibuffer.el.gz
(defcustom ibuffer-view-ibuffer nil
"If non-nil, display the current Ibuffer buffer itself.
Note that this has a drawback - the data about the current Ibuffer
buffer will most likely be inaccurate. This includes modification
state, size, etc."
:type 'boolean)