summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/advice.el
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-07-16 19:53:38 +0000
committerRoland McGrath <roland@gnu.org>1993-07-16 19:53:38 +0000
commita4fe0e0785a4c26442953c0e7f336b7fa0d4f173 (patch)
tree9a202d60c884fd97fb31e327deef42fbcbe893d2 /lisp/emacs-lisp/advice.el
parentb43130e4d51a6fca86cc9cc0efbb4ea3d892926a (diff)
downloademacs-a4fe0e0785a4c26442953c0e7f336b7fa0d4f173.tar.gz
(ad-start-advice-on-load): Initialize to t.
Diffstat (limited to 'lisp/emacs-lisp/advice.el')
-rw-r--r--lisp/emacs-lisp/advice.el2
1 files changed, 1 insertions, 1 deletions
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'.")