projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3786c5b
)
* pgg.el (pgg-remove-passphrase-cache): Don't unbind passphrase.
author
ueno
<ueno>
Mon, 22 Nov 1999 15:38:40 +0000
(15:38 +0000)
committer
ueno
<ueno>
Mon, 22 Nov 1999 15:38:40 +0000
(15:38 +0000)
pgg.el
patch
|
blob
|
history
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)