diff lisp/w3/w3-auto.el @ 36:c53a95d3c46d r19-15b101

Import from CVS: tag r19-15b101
author cvs
date Mon, 13 Aug 2007 08:53:38 +0200
parents e04119814345
children 131b0175ea99
line wrap: on
line diff
--- a/lisp/w3/w3-auto.el	Mon Aug 13 08:53:21 2007 +0200
+++ b/lisp/w3/w3-auto.el	Mon Aug 13 08:53:38 2007 +0200
@@ -4,26 +4,26 @@
 (autoload 'w3-about "w3-about")
 
 ;; Hotlist handling
-(autoload 'w3-read-html-bookmarks "w3-hot")
-(autoload 'w3-hotlist-apropos "w3-hot")
-(autoload 'w3-hotlist-refresh "w3-hot")
-(autoload 'w3-hotlist-delete "w3-hot")
-(autoload 'w3-hotlist-rename-entry "w3-hot")
-(autoload 'w3-hotlist-append "w3-hot")
+(autoload 'w3-read-html-bookmarks "w3-hot" nil t)
+(autoload 'w3-hotlist-apropos "w3-hot" nil t)
+(autoload 'w3-hotlist-refresh "w3-hot" nil t)
+(autoload 'w3-hotlist-delete "w3-hot" nil t)
+(autoload 'w3-hotlist-rename-entry "w3-hot" nil t)
+(autoload 'w3-hotlist-append "w3-hot" nil t)
 (autoload 'w3-parse-hotlist "w3-hot")
 (autoload 'w3-use-hotlist "w3-hot" nil t)
-(autoload 'w3-hotlist-add-document-at-point "w3-hot")
-(autoload 'w3-hotlist-add-document "w3-hot")
+(autoload 'w3-hotlist-add-document-at-point "w3-hot" nil t)
+(autoload 'w3-hotlist-add-document "w3-hot" nil t)
 
 ;; Printing
-(autoload 'w3-print-this-url "w3-print")
-(autoload 'w3-print-url-under-point "w3-print")
+(autoload 'w3-print-this-url "w3-print" nil t)
+(autoload 'w3-print-url-under-point "w3-print" nil t)
 (autoload 'w3-parse-tree-to-latex "w3-latex")
-(autoload 'w3-show-dvi "w3-latex")
+(autoload 'w3-show-dvi "w3-latex" nil t)
 
 ;; Stylesheet stuff
 (autoload 'w3-handle-style "w3-style")
-(autoload 'w3-display-stylesheet "w3-style" "" t)
+(autoload 'w3-display-stylesheet "w3-style" nil t)
 
 ;; Setup stuff
 (autoload 'url-do-setup "url")
@@ -46,7 +46,7 @@
 (autoload 'widget-at "wid-edit")
 
 ;; Preferences
-(autoload 'w3-preferences-edit "w3-prefs" "" t)
+(autoload 'w3-preferences-edit "w3-prefs" nil t)
 
 (defvar widget-field-new nil)