comparison lisp/package-get.el @ 682:e558c78d22f8

[xemacs-hg @ 2001-12-02 15:27:37 by youngs] 2001-12-03 Steve Youngs <youngs@xemacs.org> * package-get.el (package-get-update-base-from-buffer): Add autoload for 'mc-verify'.
author youngs
date Sun, 02 Dec 2001 15:27:38 +0000
parents c00aa0615465
children eddbb88c3e02
comparison
equal deleted inserted replaced
681:c00aa0615465 682:e558c78d22f8
448 ((locate-file "pgpe" exec-path) 448 ((locate-file "pgpe" exec-path)
449 (mc-setversion "5.0")) 449 (mc-setversion "5.0"))
450 ((locate-file "pgp" exec-path) 450 ((locate-file "pgp" exec-path)
451 (mc-setversion "2.6"))) 451 (mc-setversion "2.6")))
452 (error "Can't find a suitable pgp executable")) 452 (error "Can't find a suitable pgp executable"))
453 (autoload 'mc-verify "mc-toplev")
453 (mc-verify) 454 (mc-verify)
454 (setq package-get-continue-update-base t)) 455 (setq package-get-continue-update-base t))
455 (if (yes-or-no-p 456 (if (yes-or-no-p
456 "Package Index is not PGP signed. Continue anyway? ") 457 "Package Index is not PGP signed. Continue anyway? ")
457 (setq package-get-continue-update-base t) 458 (setq package-get-continue-update-base t)