comparison lisp/w3/w3-auto.el @ 98:0d2f883870bc r20-1b1

Import from CVS: tag r20-1b1
author cvs
date Mon, 13 Aug 2007 09:13:56 +0200
parents 6a378aca36af
children 360340f9fd5f
comparison
equal deleted inserted replaced
97:498bf5da1c90 98:0d2f883870bc
1 ;;; All the autoloads for emacs-w3 1 ;;; All the autoloads for emacs-w3
2 2
3 ;; About pages 3 ;; About pages
4 (autoload 'w3-about "w3-about") 4 (autoload 'w3-about "w3-about")
5
6 ;; Annotation handling
7 (autoload 'w3-parse-personal-annotations "w3-annotat")
8 (autoload 'w3-is-personal-annotation "w3-annotat")
9 (autoload 'w3-delete-personal-annotation "w3-annotat")
10 (autoload 'w3-personal-annotation-add "w3-annotat")
11 (autoload 'w3-annotation-minor-mode "w3-annotat")
12 (autoload 'w3-annotation-add "w3-annotat")
13 5
14 ;; Hotlist handling 6 ;; Hotlist handling
15 (autoload 'w3-read-html-bookmarks "w3-hot") 7 (autoload 'w3-read-html-bookmarks "w3-hot")
16 (autoload 'w3-hotlist-apropos "w3-hot") 8 (autoload 'w3-hotlist-apropos "w3-hot")
17 (autoload 'w3-hotlist-refresh "w3-hot") 9 (autoload 'w3-hotlist-refresh "w3-hot")
22 (autoload 'w3-use-hotlist "w3-hot") 14 (autoload 'w3-use-hotlist "w3-hot")
23 (autoload 'w3-hotlist-add-document-at-point "w3-hot") 15 (autoload 'w3-hotlist-add-document-at-point "w3-hot")
24 (autoload 'w3-hotlist-add-document "w3-hot") 16 (autoload 'w3-hotlist-add-document "w3-hot")
25 17
26 ;; Printing 18 ;; Printing
27 (autoload 'w3-print-with-ps-print "w3-print")
28 (autoload 'w3-print-this-url "w3-print") 19 (autoload 'w3-print-this-url "w3-print")
29 (autoload 'w3-print-url-under-point "w3-print") 20 (autoload 'w3-print-url-under-point "w3-print")
30 (autoload 'w3-parse-tree-to-latex "w3-latex") 21 (autoload 'w3-parse-tree-to-latex "w3-latex")
31 (autoload 'w3-show-dvi "w3-latex") 22 (autoload 'w3-show-dvi "w3-latex")
32 23