* plstore.el (plstore-passphrase-callback-function): Fix file/buffer typo.

Fixes: debbugs:13264
This commit is contained in:
Glenn Morris 2012-12-27 00:11:33 -08:00
parent 1ab0c851fc
commit e1da740354
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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))