]> git.eshelyaron.com Git - emacs.git/commitdiff
(ad-activate-on): Make it an alias for ad-activate.
authorGerd Moellmann <gerd@gnu.org>
Sat, 30 Oct 1999 20:26:22 +0000 (20:26 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 30 Oct 1999 20:26:22 +0000 (20:26 +0000)
lisp/ChangeLog
lisp/emacs-lisp/advice.el

index 6003252f1875948c8e63ea1edc50c92be1816e93..44576321e67fac5e2bdab664d7e6f46aa9ecd3e7 100644 (file)
@@ -1,3 +1,8 @@
+1999-10-30  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
+       ad-activate.
+
 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
 
        * whitespace.el (whitespace-version): Update to 2.6
index 4a4a7f9e18cebb9788ad54c0a55b2cbd657ab327..cf6dbe3c7f3b1d891a98ea087494f98da268cf8b 100644 (file)
@@ -3619,6 +3619,8 @@ definition will always be cached for later usage."
                      ;; Here we are if we have all disabled advices:
                      (t (ad-deactivate function)))))))))
 
+(defalias 'ad-activate-on 'ad-activate)
+
 (defun ad-deactivate (function)
   "Deactivates the advice of an actively advised FUNCTION.
 If FUNCTION has a proper original definition, then the current