[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error byte compiling a file
From: |
Johan Bockgård |
Subject: |
Re: Error byte compiling a file |
Date: |
Sat, 02 Jun 2007 11:15:06 +0200 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.1.50 (gnu/linux) |
Davin Pearson <davin.pearson@gmail.com> writes:
> Thanx it work fine with (defvar <variable> nil)
Or use this method:
D.5 Tips for Avoiding Compiler Warnings
* Try to avoid compiler warnings about undefined free variables, by
adding dummy `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.
[...]
--
Johan Bockgård
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Error byte compiling a file,
Johan Bockgård <=