emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master cec8245: Utilize `quit-window' in epa.el


From: Daiki Ueno
Subject: [Emacs-diffs] master cec8245: Utilize `quit-window' in epa.el
Date: Sun, 09 Aug 2015 12:34:00 +0000

branch: master
commit cec82457f27476dd6f2882649f1b0e7ad342338f
Author: Daiki Ueno <address@hidden>
Commit: Daiki Ueno <address@hidden>

    Utilize `quit-window' in epa.el
    
    * epa.el (epa-exit-buffer-function): Set to `quit-window'.
    
    Fixes: debbugs:21210
---
 lisp/epa.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/epa.el b/lisp/epa.el
index a02f1e9..47452af 100644
--- a/lisp/epa.el
+++ b/lisp/epa.el
@@ -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."



reply via email to

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