diff lisp/ChangeLog @ 105602:6e207d2a8bc6

(rmail-cease-edit): Give an error if the end of the headers cannot be located. Simplify, subtracting superflous save-excursions. (See http://lists.gnu.org/archive/html/bug-gnu-emacs/2009-10/msg00182.html)
author Glenn Morris <rgm@gnu.org>
date Thu, 15 Oct 2009 06:00:20 +0000
parents 68686d39c93a
children f937670ddf40
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Oct 15 01:50:17 2009 +0000
+++ b/lisp/ChangeLog	Thu Oct 15 06:00:20 2009 +0000
@@ -1,3 +1,9 @@
+2009-10-15  Glenn Morris  <rgm@gnu.org>
+
+	* mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
+	the headers cannot be located.  Simplify, subtracting superflous
+	save-excursions.
+
 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	Replace completion-base-size by completion-base-position to fix bugs