emacs-devel
[Top][All Lists]
Advanced

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

Re: gdb-ui.el assumes images support


From: Luc Teirlinck
Subject: Re: gdb-ui.el assumes images support
Date: Mon, 8 Nov 2004 18:12:38 -0600 (CST)

Nick Roberts wrote:

   To use (require 'feature) just to eliminate warnings,
   would be the wrong thing to do, I think.

That is exactly why one should use:

(eval-when-compile (require 'feature))

to eliminate compiler warnings.  (Of course after you checked that it
is really not necessary to require the feature at runtime.)

Sincerely,

Luc.




reply via email to

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