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

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

bug#17123: 24.3.50; C-x C-c -> Invalid function: with-current-buffer-win


From: Stefan Monnier
Subject: bug#17123: 24.3.50; C-x C-c -> Invalid function: with-current-buffer-window
Date: Thu, 27 Mar 2014 17:22:18 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> --8<---------------cut here---------------start------------->8---
> (defun test (x)
>   (unknown-macro (+ x 1)))

> (defmacro unknown-macro (&rest body) `(progn ,@body))
> --8<---------------cut here---------------end--------------->8---

Right, such code is incorrect and we do not intend to support it.


        Stefan





reply via email to

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