diff options
author | Ken Manheimer <ken.manheimer@gmail.com> | 2010-11-22 16:12:58 -0500 |
---|---|---|
committer | Ken Manheimer <ken.manheimer@gmail.com> | 2010-11-22 16:12:58 -0500 |
commit | 4c168af24e4042a50b62cfdb9413b65ec9b79fca (patch) | |
tree | 306dc7ac90b1fe8b4c205255e3a4c9d70f8b205e /lisp/allout.el | |
parent | a6d3e72e37fc3c641bacc52ac3495c97f8e28e88 (diff) | |
download | emacs-4c168af24e4042a50b62cfdb9413b65ec9b79fca.tar.gz |
(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.)
Diffstat (limited to 'lisp/allout.el')
-rw-r--r-- | lisp/allout.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/allout.el b/lisp/allout.el index e19b6a16ead..fa940528b59 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -6218,9 +6218,6 @@ Returns the resulting string, or nil if the transformation fails." (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) |