Gnus development mailing list
 help / color / mirror / Atom feed
From: mega@retes.hu (Gábor Melis)
To: ding@gnus.org
Subject: missing autoload for password-in-cache-p
Date: Tue, 01 Mar 2011 22:25:34 +0100	[thread overview]
Message-ID: <874o7m1qk1.fsf@retes.hu> (raw)

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




             reply	other threads:[~2011-03-01 21:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-01 21:25 Gábor Melis [this message]
2011-03-02 20:33 ` Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874o7m1qk1.fsf@retes.hu \
    --to=mega@retes.hu \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).