diff lisp/ChangeLog @ 106891:bcf8645ca619

Fix handling of arbitrary YANK-ACTION functions from compose-mail. * mail/sendmail.el (mail-yank-original): Set the mark if the specified function for yanking does not do it.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 17 Jan 2010 18:34:53 -0500
parents 70822719735d
children 68e28bd7d00a
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jan 17 18:33:55 2010 -0500
+++ b/lisp/ChangeLog	Sun Jan 17 18:34:53 2010 -0500
@@ -1,3 +1,8 @@
+2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
+
+	* mail/sendmail.el (mail-yank-original): Set the mark if the
+	specified function for yanking does not do it.
+
 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)