]> git.eshelyaron.com Git - emacs.git/commitdiff
(ad-start-advice-on-load): Initialize to t.
authorRoland McGrath <roland@gnu.org>
Fri, 16 Jul 1993 19:53:38 +0000 (19:53 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 16 Jul 1993 19:53:38 +0000 (19:53 +0000)
lisp/emacs-lisp/advice.el

index 8a435da174b457ff86734982e21e9dc4ea56307d..df706198753563d17142bb3456996d184f244dc9 100644 (file)
@@ -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'.")