Mercurial > hg > xemacs-beta
comparison lisp/w3/w3-auto.el @ 20:859a2309aef8 r19-15b93
Import from CVS: tag r19-15b93
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:50:05 +0200 |
parents | 0293115a14e9 |
children | ec9a17fef872 |
comparison
equal
deleted
inserted
replaced
19:ac1f612d5250 | 20:859a2309aef8 |
---|---|
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 |