projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6bcd27
)
Utilize `quit-window' in epa.el
author
Daiki Ueno
<ueno@gnu.org>
Sun, 9 Aug 2015 12:30:57 +0000
(14:30 +0200)
committer
Daiki 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
patch
|
blob
|
history
diff --git
a/lisp/epa.el
b/lisp/epa.el
index a02f1e93545561e41d02548f8bfa4da6a3421b55..47452af13e035c5186ee29b84c5a1068692900a7 100644
(file)
--- 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."