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 | e6c5ad70a02ab6f1dd40954c18a2469966437ba3 (patch) | |
tree | 9442dfdf4824c5992691305a342aecfac4c4eee6 /lisp/epa-file.el | |
parent | bcfee15337a5739de1380e7e14f0c3a845817798 (diff) | |
download | emacs-e6c5ad70a02ab6f1dd40954c18a2469966437ba3.tar.gz |
* lisp/epa-file.el (epa-file-select-keys): Revert to nil default.
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. |