changeset 4111:536a84edaaf7

(ad-start-advice-on-load): Initialize to t.
author Roland McGrath <roland@gnu.org>
date Fri, 16 Jul 1993 19:53:38 +0000
parents ccdff27edd2e
children ab7dee78e335
files lisp/emacs-lisp/advice.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'.")