emacs-devel
[Top][All Lists]
Advanced

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

message-fetch-field vs require


From: Stephen Leake
Subject: message-fetch-field vs require
Date: Thu, 23 Jul 2015 11:28:56 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt)

I've got a function that uses message-fetch-field. The file has (require
'message). But the byte compiler still complains:

bzr-gnus.el:155:1:Warning: the following functions might not be defined at
    runtime: message-fetch-field, mm-save-part-to-file

I've tried wrapping the require in "eval-and-compile"; no help.

Can anyone explain what's going on?

-- 
-- Stephe



reply via email to

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