[gnus git] branch master updated: n0-17-96-gcede763 =1= (gnus-registry-user-format-function-M): Reinstate, since removing it breaks people upgrading.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via cede763acc53b665da23065a6c83bb5e71a27704 (commit)
from 44f6bf99d262cdb3812302730e151e45093ceff8 (commit)
- Log -----------------------------------------------------------------
commit cede763acc53b665da23065a6c83bb5e71a27704
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Sun Jun 26 22:46:34 2011 +0200
(gnus-registry-user-format-function-M): Reinstate, since removing it breaks people upgrading.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b869dd2..fcb70a1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2011-06-26 Lars Magne Ingebrigtsen <[email protected]>
+ * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
+ since removing it breaks people upgrading.
+
* shr.el (shr-put-image): Use the new interface for animating images.
(shr-put-image): Animate for 60 seconds.
diff --git a/lisp/gnus-registry.el b/lisp/gnus-registry.el
index a44986e..f8ff52f 100644
--- a/lisp/gnus-registry.el
+++ b/lisp/gnus-registry.el
@@ -914,6 +914,9 @@ Uses `gnus-registry-marks' to find what shortcuts to install."
(make-obsolete 'gnus-registry-user-format-function-M
'gnus-registry-article-marks-to-chars "24.1") ?
+(defalias 'gnus-registry-user-format-function-M
+ 'gnus-registry-article-marks-to-chars)
+
;; use like this:
;; (defalias 'gnus-user-format-function-M 'gnus-registry-article-marks-to-chars)
(defun gnus-registry-article-marks-to-chars (headers)
-----------------------------------------------------------------------
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 | 3 +++
2 files changed, 6 insertions(+), 0 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