From 333d527a1a7c0e688f0970ef85bc1dfec2309d26 Mon Sep 17 00:00:00 2001 From: Tadashi MATSUO Date: Sun, 13 Jun 2010 02:27:13 +0900 Subject: [PATCH] Fix arguments of `epg-context-set-progress-callback'. * twittering-mode.el (twittering-write-and-encrypt): fix arguments of `epg-context-set-progress-callback' because of the difference between EasyPG 0.0.16 and that included in Emacs23. --- ChangeLog | 6 ++++++ twittering-mode.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d5fc392a..3f4043bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-06-13 Tadashi MATSUO + + * twittering-mode.el (twittering-write-and-encrypt): fix arguments + of `epg-context-set-progress-callback' because of the difference + between EasyPG 0.0.16 and that included in Emacs23. + 2010-06-12 Tadashi MATSUO * twittering-mode.el: Fix bugs. diff --git a/twittering-mode.el b/twittering-mode.el index f481fc6e..12d13afa 100644 --- a/twittering-mode.el +++ b/twittering-mode.el @@ -1445,7 +1445,7 @@ like following: (epg-context-set-passphrase-callback context #'epa-passphrase-callback-function) (epg-context-set-progress-callback - context #'epa-progress-callback-function "Encrypting...") + context (cons #'epa-progress-callback-function "Encrypting...")) (message "Encrypting...") (condition-case err (with-temp-file file