changeset 46943:34c75ce396ea

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Mon, 19 Aug 2002 05:03:55 +0000
parents 15fab402303e
children ed9f839eddc9
files lisp/ChangeLog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Aug 19 05:03:38 2002 +0000
+++ b/lisp/ChangeLog	Mon Aug 19 05:03:55 2002 +0000
@@ -1,3 +1,15 @@
+2002-08-19  Miles Bader  <miles@gnu.org>
+
+	[original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
+	* comint.el (comint-inhibit-carriage-motion): New variable.
+	(comint-carriage-motion): Argument STRING removed.  New arguments
+	START and END; interpret characters between START and END rather
+	than using special comint state.
+	(comint-output-filter): Call `comint-carriage-motion'.
+	(comint-output-filter-functions): Don't add `comint-carriage-motion'.
+	* ielm.el (inferior-emacs-lisp-mode): Give
+	`comint-inhibit-carriage-motion' a local value of t.
+
 2002-08-18  Richard M. Stallman  <rms@gnu.org>
 
 	* table.el: New file.