Variable: emerge-startup-hook

emerge-startup-hook is a customizable variable defined in emerge.el.gz.

Value

nil

Documentation

Hook to run in the merge buffer after the merge has been set up.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/emerge.el.gz
;; Hook variables

(defcustom emerge-startup-hook nil
  "Hook to run in the merge buffer after the merge has been set up."
  :type 'hook)