comparison lisp/ChangeLog @ 46943:34c75ce396ea

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Mon, 19 Aug 2002 05:03:55 +0000
parents 731e4a095774
children f9938287430f
comparison
equal deleted inserted replaced
46942:15fab402303e 46943:34c75ce396ea
1 2002-08-19 Miles Bader <miles@gnu.org>
2
3 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
4 * comint.el (comint-inhibit-carriage-motion): New variable.
5 (comint-carriage-motion): Argument STRING removed. New arguments
6 START and END; interpret characters between START and END rather
7 than using special comint state.
8 (comint-output-filter): Call `comint-carriage-motion'.
9 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
10 * ielm.el (inferior-emacs-lisp-mode): Give
11 `comint-inhibit-carriage-motion' a local value of t.
12
1 2002-08-18 Richard M. Stallman <rms@gnu.org> 13 2002-08-18 Richard M. Stallman <rms@gnu.org>
2 14
3 * table.el: New file. 15 * table.el: New file.
4 16
5 * font-core.el (font-lock-mode): Set change-major-mode-hook locally. 17 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.