Mercurial > hg > xemacs-beta
diff lisp/auto-autoloads.el @ 327:03446687b7cc r21-0-61
Import from CVS: tag r21-0-61
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:48:16 +0200 |
parents | 19dcec799385 |
children | 4f79e16b1112 |
line wrap: on
line diff
--- a/lisp/auto-autoloads.el Mon Aug 13 10:47:36 2007 +0200 +++ b/lisp/auto-autoloads.el Mon Aug 13 10:48:16 2007 +0200 @@ -1062,7 +1062,7 @@ ;;;*** -;;;### (autoloads (hyper-apropos-popup-menu hyper-apropos-set-variable hyper-set-variable hyper-apropos-read-variable-symbol hyper-describe-function hyper-describe-variable hyper-describe-face hyper-describe-key-briefly hyper-describe-key hyper-apropos) "hyper-apropos" "lisp/hyper-apropos.el") +;;;### (autoloads (hyper-apropos-popup-menu hyper-apropos-set-variable hyper-set-variable hyper-apropos-read-variable-symbol hyper-describe-function hyper-where-is hyper-describe-variable hyper-describe-face hyper-describe-key-briefly hyper-describe-key hyper-apropos) "hyper-apropos" "lisp/hyper-apropos.el") (autoload 'hyper-apropos "hyper-apropos" "\ Display lists of functions and variables matching REGEXP @@ -1082,6 +1082,9 @@ Hypertext drop-in replacement for `describe-variable'. See also `hyper-apropos' and `hyper-describe-function'." t nil) +(autoload 'hyper-where-is "hyper-apropos" "\ +Print message listing key sequences that invoke specified command." t nil) + (autoload 'hyper-describe-function "hyper-apropos" "\ Hypertext replacement for `describe-function'. Unlike `describe-function' in that the symbol under the cursor is the default if it is a function. @@ -1302,7 +1305,10 @@ ;;;*** -;;;### (autoloads (pui-list-packages pui-add-install-directory) "package-ui" "lisp/package-ui.el") +;;;### (autoloads (pui-list-packages pui-add-install-directory package-ui-add-site) "package-ui" "lisp/package-ui.el") + +(autoload 'package-ui-add-site "package-ui" "\ +Add site to package-get-remote and possibly offer to update package list." nil nil) (autoload 'pui-add-install-directory "package-ui" "\ Add a new package binary directory to the head of `package-get-remote'. @@ -1317,6 +1323,8 @@ which are out-of-date (a newer version is available). The user can then select packages for installation via the keyboard or mouse." t nil) +(defalias 'list-packages 'pui-list-packages) + ;;;*** ;;;### (autoloads (picture-mode) "picture" "lisp/picture.el")