emacs-devel
[Top][All Lists]
Advanced

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

Re: defvar'ing constants


From: Juanma Barranquero
Subject: Re: defvar'ing constants
Date: Sat, 25 Jun 2005 15:05:47 +0200

> 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?

"Constants", in the sense used in this thread, are not defconsts
(which are really mutable), but keywords, and symbols defined in C
which are marked as constant (for example,
`enable-multibyte-characters').

-- 
                    /L/e/k/t/u




reply via email to

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