Function: button-type

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

Signature

(button-type BUTTON)

Documentation

Return BUTTON's button-type.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/button.el.gz
(defsubst button-type (button)
  "Return BUTTON's `button-type'."
  (button-get button 'type))