Ilya Zakharevich on Mon, 25 Feb 2002 15:22:54 -0500


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

Re: pari.el: a modularized version


On Sat, Feb 23, 2002 at 08:11:03PM +0000, Olivier Ramare wrote:
> This is an attempt to split pari.el into more amenable files.
> The compiler should complain that it doesn't know lots of variables
> but that's no trouble.

Of course that's a trouble.  But it is enough to put needed

  (defvar foo)

to peacify the warnings.

Ilya