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: Johan Bockgård
Subject: Re: [Emacs-diffs] master c75eb10: Don't change byte-compile-delete-errors at runtime (Bug#27340)
Date: Sat, 01 Jul 2017 10:59:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>> In CL declaim can be used to make variables special. (In fact, `special'
>> is the only declaration that must have an effect in all conforming CL
>> implementations.)
>
> Right, AFAIK it's largely equivalent to Elisp's (defvar foo).
>
> not sure how it works in CL

`proclaim' makes "global declarations", aka "proclamations". `declaim'
is like `proclaim' but also has compile-time effects.




reply via email to

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