From: Chong Yidong Date: Sun, 12 Nov 2006 17:32:18 +0000 (+0000) Subject: * play/handwrite.el (handwrite): Also process lines not ending X-Git-Tag: emacs-pretest-22.0.91~119 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=32aa3a8c8c977a01cfa133726ad61732dbed1095;p=emacs.git * play/handwrite.el (handwrite): Also process lines not ending with newline. Replace some position-fiddling with different logic. Improve performance. --- 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,