]> git.eshelyaron.com Git - emacs.git/commitdiff
Utilize `quit-window' in epa.el
authorDaiki Ueno <ueno@gnu.org>
Sun, 9 Aug 2015 12:30:57 +0000 (14:30 +0200)
committerDaiki Ueno <ueno@gnu.org>
Sun, 9 Aug 2015 12:33:44 +0000 (14:33 +0200)
* epa.el (epa-exit-buffer-function): Set to `quit-window'.

Fixes: debbugs:21210
lisp/epa.el

index a02f1e93545561e41d02548f8bfa4da6a3421b55..47452af13e035c5186ee29b84c5a1068692900a7 100644 (file)
@@ -249,7 +249,7 @@ You should bind this variable with `let', but do not set it globally.")
     (define-key keymap "q" 'delete-window)
     keymap))
 
-(defvar epa-exit-buffer-function #'bury-buffer)
+(defvar epa-exit-buffer-function #'quit-window)
 
 (define-widget 'epa-key 'push-button
   "Button for representing a epg-key object."