bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#3541: 23.0.94; missing comma in the macro ad-set-orig-definition


From: Chong Yidong
Subject: bug#3541: 23.0.94; missing comma in the macro ad-set-orig-definition
Date: Sat, 23 Jan 2010 18:06:36 -0500

>  (defmacro ad-set-orig-definition (function definition)
>    `(ad-safe-fset
> -    (ad-get-advice-info-field function 'origname) ,definition))
> +    (ad-get-advice-info-field ,function 'origname) ,definition))
>
>  (defmacro ad-clear-orig-definition (function)
>    `(fmakunbound (ad-get-advice-info-field ,function 'origname)))

Sorry for the delayed response.  You're right, this is a mistake.  I've
checked your patch into the repository, thanks.






reply via email to

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