Changeset 4091 for trunk/lisp/emacs-lisp/advice.el
- Timestamp:
- 05/27/06 10:35:24 (2 years ago)
- Files:
-
- trunk/lisp/emacs-lisp/advice.el (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/emacs-lisp/advice.el
r4037 r4091 2351 2351 matched-advices))) 2352 2352 2353 ;;;###autoload 2353 2354 (defun ad-enable-advice (function class name) 2354 2355 "Enables the advice of FUNCTION with CLASS and NAME." … … 2360 2361 (error "ad-enable-advice: `%s' is not advised" function))) 2361 2362 2363 ;;;###autoload 2362 2364 (defun ad-disable-advice (function class name) 2363 2365 "Disable the advice of FUNCTION with CLASS and NAME." … … 3586 3588 ;; ================================== 3587 3589 3590 ;;;###autoload 3588 3591 (defun ad-activate (function &optional compile) 3589 3592 "Activate all the advice information of an advised FUNCTION.
