From c7d9add02f86e5550a6ebf18b34a6acceeff5172 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 1 Feb 2012 22:04:04 +0100 Subject: [PATCH] Silence Gnus compilation a bit * gnus-registry.el (gnus-registry-fixup-registry): Move the message to a higher level to silence compilation. --- lisp/ChangeLog | 3 +++ lisp/gnus-registry.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dfc2fd0a3..669410ed0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2012-02-01 Lars Ingebrigtsen + * 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 9df6dc4ab..eac4ed7fb 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) -- 2.25.1