diff lisp/ChangeLog @ 84795:6aed7b3522e4

* term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar. * term/tvi970.el (terminal-init-tvi970): Likewise. * term/sun-mouse.el (print-mouse-format): Likewise. * term/sun.el (scroll-down-in-place, scroll-up-in-place): Use forward-line instead of previous-line and next-line.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 23 Sep 2007 00:38:44 +0000
parents 8d44536050a6
children a8b34a61039d
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Sep 22 23:56:57 2007 +0000
+++ b/lisp/ChangeLog	Sun Sep 23 00:38:44 2007 +0000
@@ -1,3 +1,14 @@
+2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
+
+	* term/tvi970.el (terminal-init-tvi970): Likewise.
+
+	* term/sun-mouse.el (print-mouse-format): Likewise.
+
+	* term/sun.el (scroll-down-in-place, scroll-up-in-place): Use
+	forward-line instead of previous-line and next-line.
+
 2007-09-22  Juri Linkov  <juri@jurta.org>
 
 	* textmodes/org.el (org-confirm-shell-link-function): Doc fix.