Function: eudc-protocol-local-variable-p

eudc-protocol-local-variable-p is a byte-compiled function defined in eudc.el.gz.

Signature

(eudc-protocol-local-variable-p VAR)

Documentation

Return non-nil if VAR has protocol-local bindings.

Source Code

;; Defined in /usr/src/emacs/lisp/net/eudc.el.gz
(defun eudc-protocol-local-variable-p (var)
  "Return non-nil if VAR has protocol-local bindings."
  (eudc-plist-member (get var 'eudc-locals) 'protocol))