# HG changeset patch # User Roland McGrath # Date 742852418 0 # Node ID 536a84edaaf784f96032a9b3cbf11b487f6c1b76 # Parent ccdff27edd2e7c452cb64083f62c76f1403a45f4 (ad-start-advice-on-load): Initialize to t. diff -r ccdff27edd2e -r 536a84edaaf7 lisp/emacs-lisp/advice.el --- a/lisp/emacs-lisp/advice.el Fri Jul 16 19:50:55 1993 +0000 +++ b/lisp/emacs-lisp/advice.el Fri Jul 16 19:53:38 1993 +0000 @@ -2031,7 +2031,7 @@ "Non-NIL if we run Lucid's version of Emacs-19.") ;;;###autoload -(defvar ad-start-advice-on-load nil +(defvar ad-start-advice-on-load t "*Non-NIL will start advice magic when this file gets loaded. Also see function `ad-start-advice'.")