+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
;; 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