(setq load-path (cons "THELISPDIR" load-path))
(autoload 'w3-preview-this-buffer "W3PROG" "WWW Previewer" t)
(autoload 'w3 "W3PROG" "WWW Browser" t)
(autoload 'w3-open-local "W3PROG" "Open local file for WWW browsing" t)
(autoload 'w3-fetch "W3PROG" "Open remote file for WWW browsing" t)
(autoload 'w3-use-hotlist "W3PROG" "Use shortcuts to view WWW docs" t)
