Function: sasl-client-set-properties

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

Signature

(sasl-client-set-properties CLIENT PLIST)

Documentation

Destructively set the properties of CLIENT.

The second argument PLIST is the new property list.

Source Code

;; Defined in /usr/src/emacs/lisp/net/sasl.el.gz
(defun sasl-client-set-properties (client plist)
  "Destructively set the properties of CLIENT.
The second argument PLIST is the new property list."
  (setplist (aref client 4) plist))