Function: sasl-client-property

sasl-client-property is a byte-compiled function defined in sasl.el.gz.

Signature

(sasl-client-property CLIENT PROPERTY)

Documentation

Return the value of the PROPERTY of CLIENT.

Source Code

;; Defined in /usr/src/emacs/lisp/net/sasl.el.gz
(defun sasl-client-property (client property)
  "Return the value of the PROPERTY of CLIENT."
  (get (aref client 4) property))