emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master f6d71b5 2/2: Fix compilation warnings in gnus-a


From: Lars Ingebrigtsen
Subject: Re: [Emacs-diffs] master f6d71b5 2/2: Fix compilation warnings in gnus-art.el
Date: Sun, 14 Feb 2016 12:58:06 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>> +(autoload 'rfc1843-decode-region "rfc1843")
>
> Bad idea.
>
>>  (defun article-decode-HZ ()
>>    "Translate a HZ-encoded article."
>>    (interactive)
>> -  (require 'rfc1843)
>
> Better keep this require, and replace the above autoload with
> a `declare-function'.  Or else move the require to top-level.  Or mark
> rfc1843-decode-region as autoloaded.

Oh, yeah, I meant to do a `declare-function' there.  I'll fix it...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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