Mercurial > hg > xemacs-beta
diff lisp/prim/auto-autoloads.el @ 144:318232e2a3f0 r20-2b6
Import from CVS: tag r20-2b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:34:14 +0200 |
parents | 1856695b1fa9 |
children | 2af401a6ecca |
line wrap: on
line diff
--- a/lisp/prim/auto-autoloads.el Mon Aug 13 09:33:20 2007 +0200 +++ b/lisp/prim/auto-autoloads.el Mon Aug 13 09:34:14 2007 +0200 @@ -3631,7 +3631,7 @@ ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") (autoload 'ksh-mode "ksh-mode" "\ -ksh-mode $Revision: 1.25 $ - Major mode for editing (Bourne, Korn or Bourne again) +ksh-mode $Revision: 1.26 $ - Major mode for editing (Bourne, Korn or Bourne again) shell scripts. Special key bindings and commands: \\{ksh-mode-map} @@ -4991,7 +4991,7 @@ (autoload 'vhdl-mode "vhdl-mode" "\ Major mode for editing VHDL code. -vhdl-mode $Revision: 1.25 $ +vhdl-mode $Revision: 1.26 $ To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a vhdl-mode buffer. This automatically sets up a mail buffer with version information already added. You just need to add a description of the @@ -9600,7 +9600,16 @@ ;;;*** -;;;### (autoloads (w3-use-hotlist) "w3-hot" "w3/w3-hot.el") +;;;### (autoloads (w3-hotlist-add-document w3-use-hotlist w3-hotlist-append w3-hotlist-rename-entry w3-hotlist-delete) "w3-hot" "w3/w3-hot.el") + +(autoload 'w3-hotlist-delete "w3-hot" "\ +Deletes a document from your hotlist file" t nil) + +(autoload 'w3-hotlist-rename-entry "w3-hot" "\ +Rename a hotlist item" t nil) + +(autoload 'w3-hotlist-append "w3-hot" "\ +Append a hotlist to the one in memory" t nil) (autoload 'w3-use-hotlist "w3-hot" "\ Possibly go to a link in your W3/Mosaic hotlist. @@ -9608,6 +9617,9 @@ one of the items in your 'hotlist'. A hotlist is a list of often visited or interesting items you have found on the World Wide Web." t nil) +(autoload 'w3-hotlist-add-document "w3-hot" "\ +Add this documents url to the hotlist" t nil) + ;;;*** ;;;### (autoloads (w3-follow-link w3-follow-link-other-frame w3-do-setup w3 w3-preview-this-buffer w3-follow-url-at-point w3-follow-url-at-point-other-frame w3-maybe-follow-link w3-maybe-follow-link-mouse w3-fetch w3-fetch-other-frame w3-find-file w3-open-local) "w3" "w3/w3.el")