Function: connection-local-get-profile-variables

connection-local-get-profile-variables is a byte-compiled function defined in files-x.el.gz.

Signature

(connection-local-get-profile-variables PROFILE)

Documentation

Return the connection-local variable list for PROFILE.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/files-x.el.gz
(defsubst connection-local-get-profile-variables (profile)
  "Return the connection-local variable list for PROFILE."
  (cdr (assq profile connection-local-profile-alist)))