(allout-encrypt-string): remove pgg version check. (this minimal change is
authorKen Manheimer <ken.manheimer@gmail.com>
Mon, 22 Nov 2010 21:12:58 +0000 (16:12 -0500)
committerKen Manheimer <ken.manheimer@gmail.com>
Mon, 22 Nov 2010 21:12:58 +0000 (16:12 -0500)
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.)

lisp/allout.el

index e19b6a1..fa94052 100644 (file)
@@ -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)