|
| From: | Stefan Monnier |
| Subject: | Re: Strange change in backquote expansion |
| Date: | Wed, 22 Aug 2007 10:58:23 -0400 |
| User-agent: | Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) |
>>> Old Emacs (including 22.0):
>>> (defmacro debug-macro-test (arg)
>>> ``(,,@(list (list arg))))
>>
>>> (macroexpand '(debug-macro-test foo))
>>> => (list (foo))
>>
>> I believe the patch below fixes it (installed on the 22 branch).
> Btw: what testcase did you actually fix with the original bug fix?
The font-lock-keywords in log-view.el.
Stefan
| [Prev in Thread] | Current Thread | [Next in Thread] |