[gnus git] branch master updated: m0-1-101-g16ecbea =1= Require url before redefining
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 16ecbead33d1de674a6c66b4e240c95050c35ca1 (commit)
from 9fd82949bb69b002e2ff057f2a4e61c77261d1fc (commit)
- Log -----------------------------------------------------------------
commit 16ecbead33d1de674a6c66b4e240c95050c35ca1
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Feb 8 03:16:07 2012 +0100
Require url before redefining
diff --git a/lisp/gnus-compat.el b/lisp/gnus-compat.el
index cc0bd45..fd41df4 100644
--- a/lisp/gnus-compat.el
+++ b/lisp/gnus-compat.el
@@ -77,6 +77,7 @@ TRASH is ignored."
(delete-directory directory))))
;; Emacs 24.0.93
+(require 'url)
(when (= (length (help-function-arglist 'url-retrieve)) 5)
(defvar gnus-compat-original-url-retrieve
(symbol-function 'url-retrieve))
-----------------------------------------------------------------------
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/gnus-compat.el | 1 +
1 files changed, 1 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