Variable: emerge-quit-hook
emerge-quit-hook is a buffer-local variable defined in emerge.el.gz.
Documentation
Hooks to run in the merge buffer after the merge has been finished.
emerge-prefix-argument will hold the prefix argument of the emerge-quit
command.
This is *not* a user option, since Emerge uses it for its own processing.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/emerge.el.gz
(emerge-defvar-local emerge-quit-hook nil
"Hooks to run in the merge buffer after the merge has been finished.
`emerge-prefix-argument' will hold the prefix argument of the `emerge-quit'
command.
This is *not* a user option, since Emerge uses it for its own processing.")