Variable: iswitchb-make-buflist-hook

iswitchb-make-buflist-hook is a customizable variable defined in iswitchb.el.gz.

Value

nil

Documentation

Hook to run when list of matching buffers is created.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/iswitchb.el.gz
(defcustom iswitchb-make-buflist-hook  nil
  "Hook to run when list of matching buffers is created."
  :type 'hook)