org-crypt.el: Fix warning
commit3e87d5893dcf3c796dee57452406ad0b05f04b3a
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Wed, 20 Nov 2013 18:26:12 +0000 (20 19:26 +0100)
committerBastien Guerry <bzg@altern.org>
Wed, 20 Nov 2013 18:26:12 +0000 (20 19:26 +0100)
tree4a8f92ea028f4a7b2369c7ed4cfcf57a361deba5
parentc5aad89f5a7a5d3ea5ff4db3f099c828e9f76c42
org-crypt.el: Fix warning

* org-crypt.el (org-encrypt-string, org-encrypt-entry)
(org-decrypt-entry): Fix warning.

TINYCHANGE

epg-context is let-bounded in org-crypt and then epg local set it in
this context.  It should just be set as local var instead of being let
bounded.

See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15081
lisp/org-crypt.el