Variable: clone-indirect-buffer-hook

clone-indirect-buffer-hook is a variable defined in buffer.c.

Value

(org-element--cache-setup-change-functions
 face-attrs--make-indirect-safe)

Documentation

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

Since clone-indirect-buffer calls make-indirect-buffer, this hook will run for clone-indirect-buffer calls as well.

View in manual

Probably introduced at or before Emacs version 23.1.

Source Code

// Defined in /usr/src/emacs/src/buffer.c
  DEFVAR_LISP ("clone-indirect-buffer-hook", Vclone_indirect_buffer_hook,
	       doc: /* Normal hook to run in the new buffer at the end of `make-indirect-buffer'.

Since `clone-indirect-buffer' calls `make-indirect-buffer', this hook
will run for `clone-indirect-buffer' calls as well.  */);