summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-12-27 00:11:33 -0800
committerGlenn Morris <rgm@gnu.org>2012-12-27 00:11:33 -0800
commite1da740354d9cab626bce82645adcfc6b0735b70 (patch)
tree4b08694054cde0f556ca7dd496eaaccd785f0678 /lisp
parent1ab0c851fc0f1d2e1c54196bfaeb67a3bd916741 (diff)
downloademacs-e1da740354d9cab626bce82645adcfc6b0735b70.tar.gz
* plstore.el (plstore-passphrase-callback-function): Fix file/buffer typo.
Fixes: debbugs:13264
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/plstore.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index ece158142c6..1ece8bf9107 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
+2012-12-27 Glenn Morris <rgm@gnu.org>
+
+ * plstore.el (plstore-passphrase-callback-function):
+ Fix file/buffer typo. (Bug#13264)
+
2012-12-24 Andreas Schwab <schwab@linux-m68k.org>
* nnimap.el (nnimap-find-article-by-message-id): Don't error out if
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))