Function: ad-advice-name
ad-advice-name is a byte-compiled function defined in advice.el.gz.
Signature
(ad-advice-name ADVICE)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/advice.el.gz
;; ad-find-advice uses the alist structure directly ->
;; change if this data structure changes!!
(defsubst ad-advice-name (advice) (car advice))