* pgg.el (pgg-remove-passphrase-cache): Don't unbind passphrase.
authorueno <ueno>
Mon, 22 Nov 1999 15:38:40 +0000 (15:38 +0000)
committerueno <ueno>
Mon, 22 Nov 1999 15:38:40 +0000 (15:38 +0000)
pgg.el

diff --git a/pgg.el b/pgg.el
index 2b4257c..5058c9c 100644 (file)
--- a/pgg.el
+++ b/pgg.el
@@ -217,8 +217,6 @@ and END to the keyring.")
 (defun pgg-remove-passphrase-cache (key)
   (let ((passphrase (symbol-value (intern key pgg-passphrase-cache))))
     (fillarray passphrase ?_)
-    (let ((obarray pgg-passphrase-cache))
-      (makunbound key))
     (unintern key pgg-passphrase-cache)))
 
 (defmacro pgg-convert-lbt-region (start end lbt)