1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

Merge changes made in Gnus trunk.

gnus.texi (Summary Buffer Lines): gnus-summary-user-date-format-alist does not exist.
 (Sorting the Summary Buffer): More about sorting threads.
shr.el: Add shr-link face for links.
 (shr-urlify): Use it.
registry.el (registry-insert): Make error message more helpful.
This commit is contained in:
Gnus developers 2011-05-03 22:41:28 +00:00 committed by Katsumi Yamaoka
parent abe95abbaf
commit c2f51e23ab
5 changed files with 25 additions and 3 deletions

View file

@ -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))