diff options
author | Glenn Morris <rgm@gnu.org> | 2012-12-27 00:11:33 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-12-27 00:11:33 -0800 |
commit | e1da740354d9cab626bce82645adcfc6b0735b70 (patch) | |
tree | 4b08694054cde0f556ca7dd496eaaccd785f0678 /lisp/gnus/plstore.el | |
parent | 1ab0c851fc0f1d2e1c54196bfaeb67a3bd916741 (diff) | |
download | emacs-e1da740354d9cab626bce82645adcfc6b0735b70.tar.gz emacs-e1da740354d9cab626bce82645adcfc6b0735b70.tar.bz2 emacs-e1da740354d9cab626bce82645adcfc6b0735b70.zip |
* plstore.el (plstore-passphrase-callback-function): Fix file/buffer typo.
Fixes: debbugs:13264
Diffstat (limited to 'lisp/gnus/plstore.el')
-rw-r--r-- | lisp/gnus/plstore.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/plstore.el b/lisp/gnus/plstore.el index 6d5424e833d..b428cab64e3 100644 --- a/lisp/gnus/plstore.el +++ b/lisp/gnus/plstore.el @@ -126,7 +126,7 @@ symmetric encryption will be used.") (defun plstore-passphrase-callback-function (_context _key-id plstore) (if plstore-cache-passphrase-for-symmetric-encryption - (let* ((file (file-truename (plstore--get-buffer plstore))) + (let* ((file (file-truename (plstore-get-file plstore))) (entry (assoc file plstore-passphrase-alist)) passphrase) (or (copy-sequence (cdr entry)) |