[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: |
Sat, 01 Jul 2017 10:35:43 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
>>> 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.
That description is sufficiently broad that it accepts both your
interpretation and mine.
Stefan