Next: Documentation Tips, Previous: Compilation Tips, Up: Tips [Contents][Index]
defvar
definitions for these variables, like this:
(defvar foo)
Such a definition has no effect except to tell the compiler
not to warn about uses of the variable foo
in this file.
declare-function
statement (see Declaring Functions).
require
for that package to avoid compilation warnings
for them. For instance,
(eval-when-compile (require 'foo))
with-no-warnings
. See Compiler Errors.