diff options
author | Gnus developers <ding@gnus.org> | 2011-05-03 22:41:28 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2011-05-03 22:41:28 +0000 |
commit | c2f51e23ab57da738bf3d7e1411a28dcfd9da75c (patch) | |
tree | d413cedb847967e2370d1b631500957d9f83acda /lisp/gnus/registry.el | |
parent | abe95abbafb6100e910197df92453b247ee04844 (diff) | |
download | emacs-c2f51e23ab57da738bf3d7e1411a28dcfd9da75c.tar.gz emacs-c2f51e23ab57da738bf3d7e1411a28dcfd9da75c.tar.bz2 emacs-c2f51e23ab57da738bf3d7e1411a28dcfd9da75c.zip |
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.
Diffstat (limited to 'lisp/gnus/registry.el')
-rw-r--r-- | lisp/gnus/registry.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/registry.el b/lisp/gnus/registry.el index 1a18dbd50d2..e82ca8d9b6f 100644 --- a/lisp/gnus/registry.el +++ b/lisp/gnus/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)) |