;ELC   
;;; compiled by nocturne@dragons-lair.MIT.EDU on Mon Oct  2 21:38:31 1995
;;; from file /mit/nocturne/home/lib/elisp/my-w3-setup.el
;;; emacs version 19.25.92.1.
;;; bytecomp version FSF 2.10
;;; optimization is on.
;;; this file uses opcodes which do not exist in Emacs 18.

(if (and (boundp 'emacs-version)
	 (or (and (boundp 'epoch::version) epoch::version)
	     (string-lessp emacs-version "19")))
    (error "`/mit/nocturne/home/lib/elisp/my-w3-setup.el' was compiled for Emacs 19"))

(autoload (quote w3-preview-this-buffer) "w3" "\
WWW Previewer" t)
(autoload (quote w3-follow-url-at-point) "w3" "\
Find document at pt" t)
(autoload (quote w3) "w3" "\
WWW Browser" t)
(autoload (quote w3-open-local) "w3" "\
Open local file for WWW browsing" t)
(autoload (quote w3-fetch) "w3" "\
Open remote file for WWW browsing" t)
(autoload (quote w3-use-hotlist) "w3" "\
Use shortcuts to view WWW docs" t)
(autoload (quote w3-show-hotlist) "w3" "\
Use shortcuts to view WWW docs" t)
(autoload (quote w3-follow-link) "w3" "\
Follow a hypertext link." t)
(autoload (quote w3-batch-fetch) "w3" "\
Batch retrieval of URLs" t)
(autoload (quote url-get-url-at-point) "url" "\
Find the url under the cursor" nil)
(autoload (quote url-file-attributes) "url" "\
File attributes of a URL" nil)
(autoload (quote url-popup-info) "url" "\
Get info on a URL" t)
(autoload (quote url-retrieve) "url" "\
Retrieve a URL" nil)
(autoload (quote url-buffer-visiting) "url" "\
Find buffer visiting a URL." nil)
(autoload (quote gopher-dispatch-object) "gopher" "\
Fetch gopher dir" t)
