emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105433: * lisp/epa-file.el (epa-file


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105433: * lisp/epa-file.el (epa-file-select-keys): Revert to nil default.
Date: Fri, 12 Aug 2011 09:49:45 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105433
fixes bug(s): http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9280
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Fri 2011-08-12 09:49:45 -0400
message:
  * lisp/epa-file.el (epa-file-select-keys): Revert to nil default.
modified:
  lisp/ChangeLog
  lisp/epa-file.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-08-12 03:30:18 +0000
+++ b/lisp/ChangeLog    2011-08-12 13:49:45 +0000
@@ -1,3 +1,7 @@
+2011-08-12  Stefan Monnier  <address@hidden>
+
+       * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
+
 2011-08-12  Daiki Ueno  <address@hidden>
 
        * epa.el (epa-progress-callback-function): Fix the logic of
@@ -14,8 +18,8 @@
        Use string-mark-left-to-right.
        (list-buffers-noselect): Caller changed.
 
-       * emacs-lisp/tabulated-list.el (tabulated-list-print-entry): Use
-       string-mark-left-to-right.
+       * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
+       Use string-mark-left-to-right.
        (tabulated-list-print): Recenter after moving point.
 
 2011-08-10  Juri Linkov  <address@hidden>

=== modified file 'lisp/epa-file.el'
--- a/lisp/epa-file.el  2011-08-12 03:30:18 +0000
+++ b/lisp/epa-file.el  2011-08-12 13:49:45 +0000
@@ -35,7 +35,7 @@
   :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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]