Variable: ediff-prepare-buffer-hook
ediff-prepare-buffer-hook is a customizable variable defined in
ediff-init.el.gz.
Value
nil
Documentation
Hooks run after buffers A, B, and C are set up.
For each buffer, the hooks are run with that buffer made current.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/ediff-init.el.gz
(defcustom ediff-prepare-buffer-hook nil
"Hooks run after buffers A, B, and C are set up.
For each buffer, the hooks are run with that buffer made current."
:type 'hook
:group 'ediff-hook)