diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-08-12 09:49:45 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-08-12 09:49:45 -0400 |
commit | a3dae87a1b5405d2bffde7c2d829a5dbfc7ff274 (patch) | |
tree | 318f070431ebd07245072e1a8e62d0ecafe4dbd9 /lisp/epa-file.el | |
parent | 08fff70c6eab76f935d6827e3fd030ec40457f1d (diff) | |
download | emacs-a3dae87a1b5405d2bffde7c2d829a5dbfc7ff274.tar.gz |
* lisp/epa-file.el (epa-file-select-keys): Revert to nil default.
Fixes: debbugs:9280
Diffstat (limited to 'lisp/epa-file.el')
-rw-r--r-- | lisp/epa-file.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." :type 'boolean :group 'epa-file) -(defcustom epa-file-select-keys 'silent +(defcustom epa-file-select-keys nil "Control whether or not to pop up the key selection dialog. If t, always asks user to select recipients. |