Variable: connection-local-profile-name-for-setq

connection-local-profile-name-for-setq is a variable defined in files-x.el.gz.

Value

nil

Documentation

The current connection-local profile name, or nil.

This is the name of the profile to use when setting variables via setq-connection-local. Its value is derived from connection-local-criteria and is set while executing the body of with-connection-local-variables.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/files-x.el.gz
(defvar connection-local-profile-name-for-setq nil
  "The current connection-local profile name, or nil.
This is the name of the profile to use when setting variables via
`setq-connection-local'.  Its value is derived from
`connection-local-criteria' and is set while executing the body
of `with-connection-local-variables'.")