[gnus git] branch master updated: =2= * nnfolder.el (copyright-update): Define for the compiler. ; * auth-source.el (auth-source-search): Fix unbound variable.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 2addde39f256cab9ae5788b6c299f50f9bbc929b (commit)
via 7ca57b22543b00e07a07ddc81414bf34d2d3aa50 (commit)
from 3073c20c088923d208640e5fc44fa698a1a3dda3 (commit)
- Log -----------------------------------------------------------------
commit 2addde39f256cab9ae5788b6c299f50f9bbc929b
Author: Lars Ingebrigtsen <[email protected]>
Date: Sun Feb 20 16:58:28 2011 -0800
* nnfolder.el (copyright-update): Define for the compiler.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cfc9fb5..616ed34 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2011-02-21 Lars Ingebrigtsen <[email protected]>
+ * nnfolder.el (copyright-update): Define for the compiler.
+
* auth-source.el (auth-source-search): Fix unbound variable.
2011-02-19 Glenn Morris <[email protected]>
diff --git a/lisp/nnfolder.el b/lisp/nnfolder.el
index c6b4c08..3ec3041 100644
--- a/lisp/nnfolder.el
+++ b/lisp/nnfolder.el
@@ -1083,6 +1083,8 @@ This command does not work if you use short group names."
(or nnfolder-nov-directory nnfolder-directory)))
(concat (nnfolder-group-pathname group) nnfolder-nov-file-suffix)))
+(defvar copyright-update)
+
(defun nnfolder-save-buffer ()
"Save the buffer."
(when (buffer-modified-p)
commit 7ca57b22543b00e07a07ddc81414bf34d2d3aa50
Author: Lars Ingebrigtsen <[email protected]>
Date: Sun Feb 20 16:57:21 2011 -0800
* auth-source.el (auth-source-search): Fix unbound variable.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 950f067..cfc9fb5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-21 Lars Ingebrigtsen <[email protected]>
+
+ * auth-source.el (auth-source-search): Fix unbound variable.
+
2011-02-19 Glenn Morris <[email protected]>
* gnus.el (gnus-meta): Doc fix.
diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index eede353..eaed8e8 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
@@ -510,7 +510,7 @@ must call it to obtain the actual value."
unless (memq (nth i spec) ignored-keys)
collect (nth i spec)))
(found (auth-source-recall spec))
- filtered-backends accessor-key found-here goal matches)
+ filtered-backends accessor-key found-here goal matches backend)
(if (and found auth-source-do-cache)
(auth-source-do-debug
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 6 ++++++
lisp/auth-source.el | 2 +-
lisp/nnfolder.el | 2 ++
3 files changed, 9 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project