aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2011-08-12 09:49:45 -0400
committerStefan Monnier2011-08-12 09:49:45 -0400
commita3dae87a1b5405d2bffde7c2d829a5dbfc7ff274 (patch)
tree318f070431ebd07245072e1a8e62d0ecafe4dbd9
parent08fff70c6eab76f935d6827e3fd030ec40457f1d (diff)
downloademacs-a3dae87a1b5405d2bffde7c2d829a5dbfc7ff274.tar.gz
emacs-a3dae87a1b5405d2bffde7c2d829a5dbfc7ff274.zip
* lisp/epa-file.el (epa-file-select-keys): Revert to nil default.
Fixes: debbugs:9280
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/epa-file.el2
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 27515f767fb..a75c5330ed9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
4
12011-08-12 Daiki Ueno <ueno@unixuser.org> 52011-08-12 Daiki Ueno <ueno@unixuser.org>
2 6
3 * epa.el (epa-progress-callback-function): Fix the logic of 7 * epa.el (epa-progress-callback-function): Fix the logic of
@@ -14,8 +18,8 @@
14 Use string-mark-left-to-right. 18 Use string-mark-left-to-right.
15 (list-buffers-noselect): Caller changed. 19 (list-buffers-noselect): Caller changed.
16 20
17 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry): Use 21 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18 string-mark-left-to-right. 22 Use string-mark-left-to-right.
19 (tabulated-list-print): Recenter after moving point. 23 (tabulated-list-print): Recenter after moving point.
20 24
212011-08-10 Juri Linkov <juri@jurta.org> 252011-08-10 Juri Linkov <juri@jurta.org>
diff --git a/lisp/epa-file.el b/lisp/epa-file.el
index 118f44854cf..bef67ba4f69 100644
--- a/lisp/epa-file.el
+++ b/lisp/epa-file.el
@@ -35,7 +35,7 @@ way."
35 :type 'boolean 35 :type 'boolean
36 :group 'epa-file) 36 :group 'epa-file)
37 37
38(defcustom epa-file-select-keys 'silent 38(defcustom epa-file-select-keys nil
39 "Control whether or not to pop up the key selection dialog. 39 "Control whether or not to pop up the key selection dialog.
40 40
41If t, always asks user to select recipients. 41If t, always asks user to select recipients.