emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/pgg.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/pgg.el
Date: Thu, 25 Aug 2005 20:02:08 -0400

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 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]