# HG changeset patch # User Miles Bader # Date 1029733435 0 # Node ID 34c75ce396eaa31d6cff9f4b028a3aea775265cd # Parent 15fab402303e12d6947a4406dcfe96f5e0188deb *** empty log message *** diff -r 15fab402303e -r 34c75ce396ea lisp/ChangeLog --- 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 + + [original idea from Luc Teirlinck ] + * 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 * table.el: New file.