Variable: emerge-process-local-variables
emerge-process-local-variables is a customizable variable defined in
emerge.el.gz.
Value
nil
Documentation
Non-nil if Emerge should process local-variables lists in merge buffers.
(You can explicitly request processing the local-variables
by executing (hack-local-variables).)
Source Code
;; Defined in /usr/src/emacs/lisp/vc/emerge.el.gz
(defcustom emerge-process-local-variables nil
"Non-nil if Emerge should process local-variables lists in merge buffers.
\(You can explicitly request processing the local-variables
by executing `(hack-local-variables)'.)"
:type 'boolean)