projects
/
elisp
/
epg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5603a97
)
Fixed.
author
ueno
<ueno>
Fri, 26 May 2006 11:14:20 +0000
(11:14 +0000)
committer
ueno
<ueno>
Fri, 26 May 2006 11:14:20 +0000
(11:14 +0000)
epa.el
patch
|
blob
|
history
diff --git
a/epa.el
b/epa.el
index
33e9991
..
5dd6bf8
100644
(file)
--- a/
epa.el
+++ b/
epa.el
@@
-229,7
+229,7
@@
the separate window."
(defun epa--temp-buffer-show-function (buffer)
(save-selected-window
- (let ((window (or (get-buffer-window epa-info-buffer-name)
+ (let ((window (or (get-buffer-window epa-info-buffer)
(progn
(select-window (get-largest-window))
(split-window-vertically)))))