Function: ad-name-p

ad-name-p is a byte-compiled function defined in advice.el.gz.

Signature

(ad-name-p THING)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/advice.el.gz
(defun ad-name-p (thing)
  (and thing (symbolp thing)))