Function: sasl-client-set-property

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

Signature

(sasl-client-set-property CLIENT PROPERTY VALUE)

Documentation

Add the given PROPERTY/VALUE to CLIENT.

Source Code

;; Defined in /usr/src/emacs/lisp/net/sasl.el.gz
(defun sasl-client-set-property (client property value)
  "Add the given PROPERTY/VALUE to CLIENT."
  (put (aref client 4) property value))