Function: button-type-put

button-type-put is a byte-compiled function defined in button.el.gz.

Signature

(button-type-put TYPE PROP VAL)

Documentation

Set the button-type TYPE's PROP property to VAL.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/button.el.gz
(defun button-type-put (type prop val)
  "Set the `button-type' TYPE's PROP property to VAL."
  (put (button-category-symbol type) prop val))