emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 8867296 2/2: ; python.el: Replace `eval-when-co


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master 8867296 2/2: ; python.el: Replace `eval-when-compile` with `eval-and-compile`
Date: Mon, 06 Jul 2015 09:47:53 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> -(eval-when-compile
> +(eval-and-compile
>    (defconst python-rx-constituents

Could you explain why it's needed both at run-time and compile-time?

> -(eval-when-compile
> +(eval-and-compile
>    (defun python-syntax--context-compiler-macro (form type &optional 
> syntax-ppss)

Why is this needed at run-time?


        Stefan



reply via email to

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