From 32aa3a8c8c977a01cfa133726ad61732dbed1095 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 12 Nov 2006 17:32:18 +0000 Subject: [PATCH] * play/handwrite.el (handwrite): Also process lines not ending with newline. Replace some position-fiddling with different logic. Improve performance. --- lisp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 26dc12899b9..a9a47685d4e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2006-11-12 Markus Triska + + * play/handwrite.el (handwrite): Also process lines not ending + with newline. Replace some position-fiddling with different + logic. Improve performance. + 2006-11-12 Stephen Leake * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable, -- 2.39.5