diff lisp/ChangeLog @ 108668:5a957bb32b66

* epa.el (epa--select-keys): Don't explicitly delete the window since that can fail (e.g. sole window in frame). Use dedication instead.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 25 May 2010 13:53:37 -0400
parents 30ebb77362b6
children c1945e85d4b9
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon May 24 20:57:43 2010 -0400
+++ b/lisp/ChangeLog	Tue May 25 13:53:37 2010 -0400
@@ -1,3 +1,8 @@
+2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* epa.el (epa--select-keys): Don't explicitly delete the window since
+	that can fail (e.g. sole window in frame).  Use dedication instead.
+
 2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
 
 	* textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).