Robert Pluim <rpluim(a)bigfoot.com> wrote:
John Paul Wallington writes:
> This patch binds ibuffer to the Buffers > List All Buffers menu item
> and the C-x C-b key sequence. ibuffer.el is part of CVS GNU Emacs and
> has been "blessed" as the buff-menu successor.
So if I read the patch right, doing (require 'ibuffer) would be enough
to get the keybinding changed?
Nope! All you would need is edit-utils installed, because the
defcustoms are auto-loaded in the auto-autoloads file. This patch
sets the bindings without loading ibuffer.
--
John Paul Wallington