comparison lisp/w3/w3-auto.el @ 32:e04119814345 r19-15b99

Import from CVS: tag r19-15b99
author cvs
date Mon, 13 Aug 2007 08:52:56 +0200
parents ec9a17fef872
children c53a95d3c46d
comparison
equal deleted inserted replaced
31:b9328a10c56c 32:e04119814345
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