comparison lisp/w3/w3-auto.el @ 110:fe104dbd9147 r20-1b7

Import from CVS: tag r20-1b7
author cvs
date Mon, 13 Aug 2007 09:19:45 +0200
parents 360340f9fd5f
children 8619ce7e4c50
comparison
equal deleted inserted replaced
109:e183fc049578 110:fe104dbd9147
9 (autoload 'w3-hotlist-refresh "w3-hot") 9 (autoload 'w3-hotlist-refresh "w3-hot")
10 (autoload 'w3-hotlist-delete "w3-hot") 10 (autoload 'w3-hotlist-delete "w3-hot")
11 (autoload 'w3-hotlist-rename-entry "w3-hot") 11 (autoload 'w3-hotlist-rename-entry "w3-hot")
12 (autoload 'w3-hotlist-append "w3-hot") 12 (autoload 'w3-hotlist-append "w3-hot")
13 (autoload 'w3-parse-hotlist "w3-hot") 13 (autoload 'w3-parse-hotlist "w3-hot")
14 (autoload 'w3-use-hotlist "w3-hot") 14 (autoload 'w3-use-hotlist "w3-hot" nil t)
15 (autoload 'w3-hotlist-add-document-at-point "w3-hot") 15 (autoload 'w3-hotlist-add-document-at-point "w3-hot")
16 (autoload 'w3-hotlist-add-document "w3-hot") 16 (autoload 'w3-hotlist-add-document "w3-hot")
17 17
18 ;; Printing 18 ;; Printing
19 (autoload 'w3-print-this-url "w3-print") 19 (autoload 'w3-print-this-url "w3-print")
44 (autoload 'widget-forward "wid-edit") 44 (autoload 'widget-forward "wid-edit")
45 (autoload 'widget-backward "wid-edit") 45 (autoload 'widget-backward "wid-edit")
46 (autoload 'widget-at "wid-edit") 46 (autoload 'widget-at "wid-edit")
47 47
48 ;; Preferences 48 ;; Preferences
49 (autoload 'w3-preferences-edit "w3-prefs") 49 (autoload 'w3-preferences-edit "w3-prefs" "" t)
50 50
51 (defvar widget-field-new nil) 51 (defvar widget-field-new nil)
52 52
53 (provide 'w3-auto) 53 (provide 'w3-auto)
54 54