[gnus git] branch master updated: m0-5-284-g8cae15d =1= nnir.el: Fix byte-compile warning.
Andrew Cohen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 8cae15d2b64778ea9190e10c67e9c8234f5eeeb5 (commit)
from 69d119c68a0e7630194aee79ca93c1434e476584 (commit)
- Log -----------------------------------------------------------------
commit 8cae15d2b64778ea9190e10c67e9c8234f5eeeb5
Author: Andrew Cohen <[email protected]>
Date: Tue Mar 26 20:22:47 2013 -0400
nnir.el: Fix byte-compile warning.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 371d120..6e554d2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2013-03-27 Andrew Cohen <[email protected]>
+
+ * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
+ after other deffoos.
+
2013-03-25 Andrew Cohen <[email protected]>
* nnir.el: Major rewrite. Cleaner separation between searches and group
diff --git a/lisp/nnir.el b/lisp/nnir.el
index 86913a8..8f4e818 100644
--- a/lisp/nnir.el
+++ b/lisp/nnir.el
@@ -886,7 +886,7 @@ skips all prompting."
;; (car (assoc '(nnir "nnir-ephemeral" (nnir-address "nnir"))
;; gnus-opened-servers))))
-(nnoo-define-skeleton nnir)
+
(defmacro nnir-add-result (dirnam artno score prefix server artlist)
@@ -1880,6 +1880,11 @@ article came from is also searched."
(nnir-request-update-info pgroup (gnus-get-info pgroup)))
t))
+(deffoo nnir-request-close ()
+ t)
+
+
+(nnoo-define-skeleton nnir)
;; The end.
(provide 'nnir)
-----------------------------------------------------------------------
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 | 5 +++++
lisp/nnir.el | 7 ++++++-
2 files changed, 11 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