Show
Ignore:
Timestamp:
05/27/06 10:35:24 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/emacs-lisp/advice.el

    r4037 r4091  
    23512351        matched-advices))) 
    23522352 
     2353;;;###autoload 
    23532354(defun ad-enable-advice (function class name) 
    23542355  "Enables the advice of FUNCTION with CLASS and NAME." 
     
    23602361    (error "ad-enable-advice: `%s' is not advised" function))) 
    23612362 
     2363;;;###autoload 
    23622364(defun ad-disable-advice (function class name) 
    23632365  "Disable the advice of FUNCTION with CLASS and NAME." 
     
    35863588;; ================================== 
    35873589 
     3590;;;###autoload 
    35883591(defun ad-activate (function &optional compile) 
    35893592  "Activate all the advice information of an advised FUNCTION.