emacs-devel
[Top][All Lists]
Advanced

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

Re: suppressing byte-compiler warnings about undefined functions


From: Richard Stallman
Subject: Re: suppressing byte-compiler warnings about undefined functions
Date: Tue, 13 Nov 2007 15:02:58 -0500

    >     + (defun declare-function (fn file &optional arglist)
    >
    > Why not &rest?

    Because I want to specify the arglist as a single quoted list.

Yes, indeed, we don't want to have to quote each arg.
Therefore, for convenient use, I suggest making this
a macro with a &rest argument.

    This could be used for things other than Emacs, so I no longer think
    it should go in admin.el.

That's a bad place.  This code should be included in the Emacs
release.  It should go in lisp/emacs-lisp.







reply via email to

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