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

* Re: missing autoload for password-in-cache-p
  2011-03-01 21:25 missing autoload for password-in-cache-p Gábor Melis
@ 2011-03-02 20:33 ` Ted Zlatanov
  0 siblings, 0 replies; 2+ messages in thread
From: Ted Zlatanov @ 2011-03-02 20:33 UTC (permalink / raw)
  To: ding

On Tue, 01 Mar 2011 22:25:34 +0100 mega@retes.hu (Gábor Melis) wrote: 

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

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

I did this, thank you for the report.

Ted




^ 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).