emacs-devel
[Top][All Lists]
Advanced

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

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


From: Reiner Steib
Subject: declare-function in files from Gnus (hashcash.el, imap.el)
Date: Fri, 30 Nov 2007 23:56:58 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

Hi,

I think the following changes...

2007-11-27  Dan Nicolaescu  <address@hidden>
[...]
        * mail/hashcash.el (message-narrow-to-headers-or-head)
        (message-fetch-field, message-goto-eoh)
        (message-narrow-to-headers):
        [...] Declare as functions.

2007-11-29  Glenn Morris  <address@hidden>
[...]
        * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
        (sasl-make-client, sasl-next-step, sasl-step-data)
        (sasl-step-set-data)
        [...] Declare as functions.

... will break compatibility of Gnus with Emacs 21, Emacs 22.1 and
XEmacs when synced to Gnus repository (doesn't happen immediately,
because Miles is on a trip).  

The files came from Gnus and are only used by Gnus, AFAIK.  We could
probably skip these changes when syncing, keeping the files identical
simplifies maintenance.

Maybe we could add (defalias 'declare-function 'ignore ...) (like in
Emacs 22.2) to `gnus/lisp/dgnushack.el' (in Gnus).

Ideas?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




reply via email to

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