Variable: ediff-meta-buffer-keymap-setup-hook
ediff-meta-buffer-keymap-setup-hook is a customizable variable defined
in ediff-mult.el.gz.
Value
nil
Documentation
Hooks run just after setting up the ediff-meta-buffer-map.
This keymap controls key bindings in the meta buffer and is a local variable. This means that you can set different bindings for different kinds of meta buffers.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/ediff-mult.el.gz
(defcustom ediff-meta-buffer-keymap-setup-hook nil
"Hooks run just after setting up the `ediff-meta-buffer-map'.
This keymap controls key bindings in the meta buffer and is a local variable.
This means that you can set different bindings for different kinds of meta
buffers."
:type 'hook)