[gnus git] branch master updated: m0-1-35-gc7d9add =1= Silence Gnus compilation a bit
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c7d9add02f86e5550a6ebf18b34a6acceeff5172 (commit)
from e58062d06f30bd04030328765096c3632c50b36d (commit)
- Log -----------------------------------------------------------------
commit c7d9add02f86e5550a6ebf18b34a6acceeff5172
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Feb 1 22:04:04 2012 +0100
Silence Gnus compilation a bit
* gnus-registry.el (gnus-registry-fixup-registry): Move the message to
a higher level to silence compilation.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dfc2fd0..669410e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2012-02-01 Lars Ingebrigtsen <[email protected]>
+ * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
+ a higher level to silence compilation.
+
* gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
parameter to allow controlling the scaling.
diff --git a/lisp/gnus-registry.el b/lisp/gnus-registry.el
index 9df6dc4..eac4ed7 100644
--- a/lisp/gnus-registry.el
+++ b/lisp/gnus-registry.el
@@ -265,7 +265,7 @@ the Bit Bucket."
(append gnus-registry-track-extra
'(mark group keyword)))
(when (not (equal old (oref db :tracked)))
- (gnus-message 4 "Reindexing the Gnus registry (tracked change)")
+ (gnus-message 9 "Reindexing the Gnus registry (tracked change)")
(registry-reindex db))))
db)
-----------------------------------------------------------------------
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 | 3 +++
lisp/gnus-registry.el | 2 +-
2 files changed, 4 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