Mercurial > hg > xemacs-beta
comparison lisp/package-get.el @ 400:a86b2b5e0111 r21-2-30
Import from CVS: tag r21-2-30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:14:34 +0200 |
parents | 74fd4e045ea6 |
children | 2f8bb876ab1d |
comparison
equal
deleted
inserted
replaced
399:376370fb5946 | 400:a86b2b5e0111 |
---|---|
237 is the internet address of the download site. DIRECTORY-ON-SITE | 237 is the internet address of the download site. DIRECTORY-ON-SITE |
238 is the directory on the site in which packages may be found. | 238 is the directory on the site in which packages may be found. |
239 This variable is used to initialize `package-get-remote', the | 239 This variable is used to initialize `package-get-remote', the |
240 variable actually used to specify package download sites." | 240 variable actually used to specify package download sites." |
241 :tag "Package download sites" | 241 :tag "Package download sites" |
242 :type '(repeat (list hostname directory)) | 242 :type '(repeat (list (string :tag "Name") host-name directory)) |
243 :group 'package-get) | 243 :group 'package-get) |
244 | 244 |
245 (defcustom package-get-remove-copy t | 245 (defcustom package-get-remove-copy t |
246 "*After copying and installing a package, if this is t, then remove the | 246 "*After copying and installing a package, if this is t, then remove the |
247 copy. Otherwise, keep it around." | 247 copy. Otherwise, keep it around." |