Variable: connection-local-variables-alist
connection-local-variables-alist is a buffer-local variable defined in
files-x.el.gz.
Documentation
Alist of connection-local variable settings in the current buffer.
Each element in this list has the form (VAR . VALUE), where VAR is a connection-local variable (a symbol) and VALUE is its value. The actual value in the buffer may differ from VALUE, if it is changed by the user.
Source Code
;; Defined in /usr/src/emacs/lisp/files-x.el.gz
(defvar-local connection-local-variables-alist nil
"Alist of connection-local variable settings in the current buffer.
Each element in this list has the form (VAR . VALUE), where VAR
is a connection-local variable (a symbol) and VALUE is its value.
The actual value in the buffer may differ from VALUE, if it is
changed by the user.")