Variable: clone-buffer-hook

clone-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-buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
;;;;
;;;; forking a twin copy of a buffer.
;;;;

(defvar clone-buffer-hook nil
  "Normal hook to run in the new buffer at the end of `clone-buffer'.")