"Richard M. Stallman" <[EMAIL PROTECTED]> writes:

>     For consistency:
>
>       (defvar CONSTANT)               ; should work
>       (defvar CONSTANT ITS-VALUE)     ; should work
>       (defvar CONSTANT OTHER-VALUE)   ; should fail
>
> I think it is more consistent to make them all errors.
> defvar should not be used on these symbols.

If a constant is defined in one file but used in a second, is there
then a way of quieting the compiler when the second file is compiled?



_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to