emacs-devel
[Top][All Lists]
Advanced

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

Re: declare-function in files from Gnus (hashcash.el, imap.el)


From: Dan Nicolaescu
Subject: Re: declare-function in files from Gnus (hashcash.el, imap.el)
Date: Sat, 08 Dec 2007 14:58:50 -0800

Reiner Steib <address@hidden> writes:

  > On Wed, Dec 05 2007, Glenn Morris wrote:
  > 
  > > Reiner Steib wrote:
  > >> $ grep declare-function emacs/lisp/net/imap.el
  > >> (unless (fboundp 'declare-function) (defmacro declare-function (&rest 
r)))
  > >
  > > You need to wrap that in an (eval-and-compile), or use the --eval route.
  > 
  > Okay.  So can we please agree to add...
  > 
  > (eval-and-compile
  >   (unless (fboundp 'declare-function) (defmacro declare-function (&rest 
r))))
  > 
  > ... in the files that are synced to Gnus (like imap.el)?

Sure, I added it to imap.el and hashcash.el. Is there anything else that
needs this?

A few more files are going to need it as soon as Glenn checks in his
patch to add declare-function for the files in lisp/gnus.




reply via email to

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