Function: sasl-client-properties

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

Signature

(sasl-client-properties CLIENT)

Documentation

Return the properties of CLIENT.

Source Code

;; Defined in /usr/src/emacs/lisp/net/sasl.el.gz
(defun sasl-client-properties (client)
  "Return the properties of CLIENT."
  (symbol-plist (aref client 4)))