Mercurial > hg > xemacs-beta
comparison lisp/package-get.el @ 353:3b3709405255 r21-1-6
Import from CVS: tag r21-1-6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:55:33 +0200 |
parents | fbbf69b4e8a7 |
children | 182f72e8cd0d |
comparison
equal
deleted
inserted
replaced
352:e7288c5461ae | 353:3b3709405255 |
---|---|
243 "*If Non-nil always make sure we are using the latest package index (base). | 243 "*If Non-nil always make sure we are using the latest package index (base). |
244 Otherwise respect the `force-current' argument of `package-get-require-base'." | 244 Otherwise respect the `force-current' argument of `package-get-require-base'." |
245 :type 'boolean | 245 :type 'boolean |
246 :group 'package-get) | 246 :group 'package-get) |
247 | 247 |
248 (defcustom package-get-require-signed-base-updates t | 248 (defcustom package-get-require-signed-base-updates nil |
249 "*If set to a non-nil value, require explicit user confirmation for updates | 249 "*If set to a non-nil value, require explicit user confirmation for updates |
250 to the package-get database which cannot have their signature verified via PGP. | 250 to the package-get database which cannot have their signature verified via PGP. |
251 When nil, updates which are not PGP signed are allowed without confirmation." | 251 When nil, updates which are not PGP signed are allowed without confirmation." |
252 :type 'boolean | 252 :type 'boolean |
253 :group 'package-get) | 253 :group 'package-get) |