From: Roland McGrath Date: Fri, 16 Jul 1993 19:53:38 +0000 (+0000) Subject: (ad-start-advice-on-load): Initialize to t. X-Git-Tag: emacs-19.34~11740 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=de0748e009060cfcd45f4f6b6a47ef8ddeb2e07b;p=emacs.git (ad-start-advice-on-load): Initialize to t. --- diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el index 8a435da174b..df706198753 100644 --- a/lisp/emacs-lisp/advice.el +++ b/lisp/emacs-lisp/advice.el @@ -2031,7 +2031,7 @@ This will be true for GNU Emacs-19 as well as Lemacs.") "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'.")