Function: ad-get-advice-info-field

ad-get-advice-info-field is a byte-compiled function defined in advice.el.gz.

Signature

(ad-get-advice-info-field FUNCTION FIELD)

Documentation

Retrieve the value of the advice info FIELD of FUNCTION.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/advice.el.gz
(defsubst ad-get-advice-info-field (function field)
  "Retrieve the value of the advice info FIELD of FUNCTION."
  (cdr (assq field (ad-get-advice-info function))))