Gnus development mailing list
 help / color / mirror / Atom feed
* missing autoload for password-in-cache-p
@ 2011-03-01 21:25 Gábor Melis
  2011-03-02 20:33 ` Ted Zlatanov
  0 siblings, 1 reply; 2+ messages in thread
From: Gábor Melis @ 2011-03-01 21:25 UTC (permalink / raw)
  To: ding

After updating to the latest git master gnus complained about
password-in-cache-p being void.

diff --git a/lisp/password-cache.el b/lisp/password-cache.el
index a7f75a0..941428d 100644
--- a/lisp/password-cache.el
+++ b/lisp/password-cache.el
@@ -76,6 +76,7 @@ regulate cache behavior."
        key
        (symbol-value (intern-soft key password-data))))
 
+;;;###autoload
 (defun password-in-cache-p (key)
   "Check if KEY is in the cache."
   (and password-cache




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-02 20:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-01 21:25 missing autoload for password-in-cache-p Gábor Melis
2011-03-02 20:33 ` Ted Zlatanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).