From 4c168af24e4042a50b62cfdb9413b65ec9b79fca Mon Sep 17 00:00:00 2001 From: Ken Manheimer Date: Mon, 22 Nov 2010 16:12:58 -0500 Subject: [PATCH] (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.) --- lisp/allout.el | 3 --- 1 file changed, 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) -- 2.39.5