Function: advice--subst-main

advice--subst-main is a byte-compiled function defined in nadvice.el.gz.

Signature

(advice--subst-main OLD NEW)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/nadvice.el.gz
;;;; Specific application of add-function to `symbol-function' for advice.

(defun advice--subst-main (old new)
  (advice--tweak old
                 (lambda (first _rest _props) (if (not first) new))))