aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath1993-07-16 19:53:38 +0000
committerRoland McGrath1993-07-16 19:53:38 +0000
commitde0748e009060cfcd45f4f6b6a47ef8ddeb2e07b (patch)
treed90d5f60345bd74763503b4ca75c65a264b8e125
parentee7bf2ad24a524424fbf33fe92a4efcfb1ca9539 (diff)
downloademacs-de0748e009060cfcd45f4f6b6a47ef8ddeb2e07b.tar.gz
emacs-de0748e009060cfcd45f4f6b6a47ef8ddeb2e07b.zip
(ad-start-advice-on-load): Initialize to t.
-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.")
2031 "Non-NIL if we run Lucid's version of Emacs-19.") 2031 "Non-NIL if we run Lucid's version of Emacs-19.")
2032 2032
2033;;;###autoload 2033;;;###autoload
2034(defvar ad-start-advice-on-load nil 2034(defvar ad-start-advice-on-load t
2035 "*Non-NIL will start advice magic when this file gets loaded. 2035 "*Non-NIL will start advice magic when this file gets loaded.
2036Also see function `ad-start-advice'.") 2036Also see function `ad-start-advice'.")
2037 2037