From: Ken Manheimer Date: Mon, 22 Nov 2010 21:12:58 +0000 (-0500) Subject: (allout-encrypt-string): remove pgg version check. (this minimal change is X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~1322^2~278^2~92^2~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4c168af24e4042a50b62cfdb9413b65ec9b79fca;p=emacs.git (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.) --- 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)