Mercurial > emacs
changeset 111980:fc558d1377b3
(allout-encrypt-string): remove pgg version check. (this minimal change is
mostly just fodder to confirm that my 'bzr unbind' will keep incremental
checkins in my local repository, until i'm ready to merge a coherent
collection of changes for release.)
author | Ken Manheimer <ken.manheimer@gmail.com> |
---|---|
date | Mon, 22 Nov 2010 16:12:58 -0500 |
parents | eb37755b55e8 |
children | a5bad7af3181 |
files | lisp/allout.el |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/allout.el Mon Nov 22 20:15:07 2010 +0200 +++ b/lisp/allout.el Mon Nov 22 16:12:58 2010 -0500 @@ -6218,9 +6218,6 @@ (require 'pgg) - (if (not (fboundp 'pgg-encrypt-symmetric)) - (error "Allout encryption depends on a newer version of pgg")) - (let* ((scheme (upcase (format "%s" (or pgg-scheme pgg-default-scheme "GPG")))) (for-key (and (equal key-type 'keypair)