[gnus git] branch master updated: n0-17-12-g85d4808 =1= * registry.el (registry-insert): Make error message more helpful.
Ted Zlatanov <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 85d480858c0d355466e10bc7b7c38b18b0563352 (commit)
from e9317228d80c4cd0c9c0684e7af4441f8f04d84c (commit)
- Log -----------------------------------------------------------------
commit 85d480858c0d355466e10bc7b7c38b18b0563352
Author: Ted Zlatanov <[email protected]>
Date: Tue May 3 08:11:33 2011 -0500
* registry.el (registry-insert): Make error message more helpful.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0fef445..82afd63 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-03 Teodor Zlatanov <[email protected]>
+
+ * registry.el (registry-insert): Make error message more helpful.
+
2011-05-02 Lars Magne Ingebrigtsen <[email protected]>
* gnus-html.el (gnus-html-schedule-image-fetching): Use
diff --git a/lisp/registry.el b/lisp/registry.el
index 1a18dbd..e82ca8d 100644
--- a/lisp/registry.el
+++ b/lisp/registry.el
@@ -272,7 +272,7 @@ Errors out if the key exists already."
(assert (< (registry-size db)
(oref db :max-hard))
nil
- "max-hard size limit reached")
+ "registry max-hard size limit reached")
;; store the entry
(puthash key entry (oref db :data))
-----------------------------------------------------------------------
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 | 4 ++++
lisp/registry.el | 2 +-
2 files changed, 5 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