Mercurial > hg > xemacs-beta
comparison lisp/w3/w3-auto.el @ 169:15872534500d r20-3b11
Import from CVS: tag r20-3b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:46:53 +0200 |
parents | d2f30a177268 |
children |
comparison
equal
deleted
inserted
replaced
168:9851d5c6556e | 169:15872534500d |
---|---|
1 ;;; All the autoloads for emacs-w3 | 1 ;;; All the autoloads for emacs-w3 |
2 ;; Bare essentials | |
3 (autoload 'w3-open-local "w3" nil t) | |
4 (autoload 'w3-find-file "w3" nil t) | |
5 (autoload 'w3-fetch "w3" nil t) | |
6 (autoload 'w3-fetch-other-frame "w3" nil t) | |
7 (autoload 'w3-follow-url-at-point "w3" nil t) | |
8 (autoload 'w3-preview-this-buffer "w3" nil t) | |
9 (autoload 'w3 "w3" nil t) | |
2 | 10 |
3 ;; About pages | 11 ;; About pages |
4 (autoload 'w3-about "w3-about") | 12 (autoload 'w3-about "w3-about") |
5 | 13 |
6 ;; Hotlist handling | 14 ;; Hotlist handling |