emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/advice.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/advice.el
Date: Thu, 25 May 2006 00:00:40 +0000

Index: emacs/lisp/emacs-lisp/advice.el
diff -u emacs/lisp/emacs-lisp/advice.el:1.45 
emacs/lisp/emacs-lisp/advice.el:1.46
--- emacs/lisp/emacs-lisp/advice.el:1.45        Mon Feb  6 12:20:06 2006
+++ emacs/lisp/emacs-lisp/advice.el     Thu May 25 00:00:40 2006
@@ -2350,6 +2350,7 @@
                       (ad-advice-set-enabled advice flag))))))
        matched-advices)))
 
+;;;###autoload
 (defun ad-enable-advice (function class name)
   "Enables the advice of FUNCTION with CLASS and NAME."
   (interactive (ad-read-advice-specification "Enable advice of"))
@@ -2359,6 +2360,7 @@
                 function class name))
     (error "ad-enable-advice: `%s' is not advised" function)))
 
+;;;###autoload
 (defun ad-disable-advice (function class name)
   "Disable the advice of FUNCTION with CLASS and NAME."
   (interactive (ad-read-advice-specification "Disable advice of"))
@@ -3585,6 +3587,7 @@
 ;; @@ The top-level advice interface:
 ;; ==================================
 
+;;;###autoload
 (defun ad-activate (function &optional compile)
   "Activate all the advice information of an advised FUNCTION.
 If FUNCTION has a proper original definition then an advised




reply via email to

[Prev in Thread] Current Thread [Next in Thread]