emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master c75eb10: Don't change byte-compile-delete-error


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master c75eb10: Don't change byte-compile-delete-errors at runtime (Bug#27340)
Date: Thu, 29 Jun 2017 16:52:59 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

> This is wrong. declaim has run-time effects, just like defvar etc.

If you put (defvar foo) in foo.el, then compile it, then load foo.elc,
you'll see that this defvar has no runtime effect.

I think cl-declaim should basically behave the same: it holds
compilation directives which should basically only influence the
compilation of the current file.


        Stefan




reply via email to

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