1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

* lisp/epa-file.el (epa-file-select-keys): Revert to nil default.

Fixes: debbugs:9280
This commit is contained in:
Stefan Monnier 2011-08-12 09:49:45 -04:00
parent 08fff70c6e
commit a3dae87a1b
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
* epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
2011-08-12 Daiki Ueno <ueno@unixuser.org> 2011-08-12 Daiki Ueno <ueno@unixuser.org>
* epa.el (epa-progress-callback-function): Fix the logic of * epa.el (epa-progress-callback-function): Fix the logic of
@ -14,8 +18,8 @@
Use string-mark-left-to-right. Use string-mark-left-to-right.
(list-buffers-noselect): Caller changed. (list-buffers-noselect): Caller changed.
* emacs-lisp/tabulated-list.el (tabulated-list-print-entry): Use * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
string-mark-left-to-right. Use string-mark-left-to-right.
(tabulated-list-print): Recenter after moving point. (tabulated-list-print): Recenter after moving point.
2011-08-10 Juri Linkov <juri@jurta.org> 2011-08-10 Juri Linkov <juri@jurta.org>

View file

@ -35,7 +35,7 @@ way."
:type 'boolean :type 'boolean
:group 'epa-file) :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. "Control whether or not to pop up the key selection dialog.
If t, always asks user to select recipients. If t, always asks user to select recipients.