Mercurial > hg > xemacs-beta
comparison lisp/package-ui.el @ 1647:d90ba01b5346
[xemacs-hg @ 2003-08-27 17:18:20 by youngs]
2003-08-28 Steve Youngs <youngs@xemacs.org>
* package-ui.el (pui-set-local-package-get-directory): Remove
arg.
author | youngs |
---|---|
date | Wed, 27 Aug 2003 17:18:26 +0000 |
parents | 44de306310b8 |
children | 7f92ee59c996 |
comparison
equal
deleted
inserted
replaced
1646:41378245efc2 | 1647:d90ba01b5346 |
---|---|
194 :style 'radio | 194 :style 'radio |
195 :selected `(equal package-get-remote (quote ,(cdr site))))) | 195 :selected `(equal package-get-remote (quote ,(cdr site))))) |
196 package-get-site-release-download-sites)) | 196 package-get-site-release-download-sites)) |
197 | 197 |
198 ;;;###autoload | 198 ;;;###autoload |
199 (defun pui-set-local-package-get-directory (dir) | 199 (defun pui-set-local-package-get-directory () |
200 "Set a new package binary directory in `package-get-remote'. | 200 "Set a new package binary directory in `package-get-remote'. |
201 Note that no provision is made for saving any changes made by this function. | 201 Note that no provision is made for saving any changes made by this function. |
202 It exists mainly as a convenience for one-time package installations from | 202 It exists mainly as a convenience for one-time package installations from |
203 disk." | 203 disk." |
204 (interactive) | 204 (interactive) |