diff options
author | Gnus developers <ding@gnus.org> | 2011-03-03 13:21:50 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2011-03-03 13:21:50 +0000 |
commit | 71f8b7edc1a1902d8ad85815c6becc43d2e3ca9b (patch) | |
tree | 21ebf354623a764e29f14e5bc2e14ad9678424a5 /lisp/password-cache.el | |
parent | 28dd38e4d4977f7fdb7a752a339c1a7ca178523f (diff) | |
download | emacs-71f8b7edc1a1902d8ad85815c6becc43d2e3ca9b.tar.gz |
Merge changes made in Gnus trunk.
nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with numbers too big to be `read'.
password-cache.el (password-in-cache-p): Add autoload.
message.el (message-options): Make buffer-local two ways to attempt to fix a XEmacs bug.
Diffstat (limited to 'lisp/password-cache.el')
-rw-r--r-- | lisp/password-cache.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/password-cache.el b/lisp/password-cache.el index a7f75a03add..941428d5291 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 |