[gnus git] branch master updated: n0-17-121-g2aca759 =1= * dgnushack.el: Autoload sha1 on XEmacs.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 2aca75967e5dd96135f1975fb3ed375fb1cd4fb3 (commit)
from c5efe19045b8d52bad354cc7ac9963e4397cfca7 (commit)
- Log -----------------------------------------------------------------
commit 2aca75967e5dd96135f1975fb3ed375fb1cd4fb3
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Jun 30 22:14:10 2011 +0200
* dgnushack.el: Autoload sha1 on XEmacs.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2b8d931..39494a4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2011-06-30 Lars Magne Ingebrigtsen <[email protected]>
+ * dgnushack.el: Autoload sha1 on XEmacs.
+
* gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
quit window configuration.
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index e07d23b..c5723d4 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -172,6 +172,7 @@
(autoload 'customize-set-variable "cus-edit" nil t)
(autoload 'customize-variable "cus-edit" nil t)
(autoload 'debug "debug" nil t)
+ (autoload 'sha1 "sha1")
(if (featurep 'mule)
(unless (locate-library "mule-ccl")
(autoload 'define-ccl-program "ccl" nil nil 'macro))
-----------------------------------------------------------------------
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 | 2 ++
lisp/dgnushack.el | 1 +
2 files changed, 3 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