emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/url/url-handlers.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-handlers.el
Date: Sat, 11 Dec 2004 17:26:21 -0500

Index: emacs/lisp/url/url-handlers.el
diff -c emacs/lisp/url/url-handlers.el:1.8 emacs/lisp/url/url-handlers.el:1.9
*** emacs/lisp/url/url-handlers.el:1.8  Sun Oct 10 20:37:30 2004
--- emacs/lisp/url/url-handlers.el      Sat Dec 11 22:06:00 2004
***************
*** 25,35 ****
  
  ;;; Code:
  
! (require 'url)
! (require 'url-parse)
! (require 'url-util)
! (require 'mm-decode)
! (require 'mailcap)
  
  (eval-when-compile
    (require 'cl))
--- 25,45 ----
  
  ;;; Code:
  
! ;; (require 'url)
! (eval-when-compile (require 'url-parse))
! ;; (require 'url-util)
! (eval-when-compile (require 'mm-decode))
! ;; (require 'mailcap)
! ;; The following functions in the byte compiler's warnings are known not
! ;; to cause any real problem for the following reasons:
! ;; - mm-save-part-to-file, mm-destroy-parts: always used
! ;;   after mm-dissect-buffer and defined in the same file.
! ;; The following are autoloaded instead of `require'd to avoid eagerly
! ;; loading all of URL when turning on url-handler-mode in the .emacs.
! (autoload 'url-retrieve-synchronously "url" "Retrieve url synchronously.")
! (autoload 'url-expand-file-name "url-expand" "Convert url to a fully 
specified url, and canonicalize it.")
! (autoload 'mm-dissect-buffer "mm-decode" "Dissect the current buffer and 
return a list of MIME handles.")
! (autoload 'url-scheme-get-property "url-methods" "Get property of a URL 
SCHEME.")
  
  (eval-when-compile
    (require 'cl))




reply via email to

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