Variable: clone-indirect-buffer-hook

clone-indirect-buffer-hook is a variable defined in simple.el.gz.

Value

nil

Documentation

Normal hook to run in the new buffer at the end of clone-indirect-buffer.

Probably introduced at or before Emacs version 23.1.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defvar clone-indirect-buffer-hook nil
  "Normal hook to run in the new buffer at the end of `clone-indirect-buffer'.")