Index: emacs/lisp/gnus/pgg.el
diff -c emacs/lisp/gnus/pgg.el:1.7 emacs/lisp/gnus/pgg.el:1.8
*** emacs/lisp/gnus/pgg.el:1.7 Sat Aug 6 19:51:42 2005
--- emacs/lisp/gnus/pgg.el Fri Aug 26 00:02:05 2005
***************
*** 35,53 ****
;; Don't merge these two `eval-when-compile's.
(eval-when-compile
(require 'cl))
- ;; Fixme: This would be better done with an autoload for
- ;; `url-insert-file-contents', and the url stuff rationalized.
- ;; (`locate-library' can say whether the url code is available.)
- (eval-when-compile
- (ignore-errors
- (require 'w3)
- (require 'url)))
;;; @ utility functions
;;;
-
- (defvar pgg-fetch-key-function (if (fboundp 'url-insert-file-contents)
- (function pgg-fetch-key-with-w3)))
(defun pgg-invoke (func scheme &rest args)
(progn
--- 35,43 ----
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs