diff options
author | Miles Bader <miles@gnu.org> | 2000-08-19 12:43:07 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2000-08-19 12:43:07 +0000 |
commit | 8a8023d9320b74af46a68cf3d1376dbf83177e5c (patch) | |
tree | 1749c6c1c8785bca168dbe8f62357c41f8375e06 /lisp | |
parent | 83911021e17ff360d6b72fc5bd37ae7904a7eb44 (diff) | |
download | emacs-8a8023d9320b74af46a68cf3d1376dbf83177e5c.tar.gz emacs-8a8023d9320b74af46a68cf3d1376dbf83177e5c.tar.bz2 emacs-8a8023d9320b74af46a68cf3d1376dbf83177e5c.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6f6e166cc1c..9410b899f99 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2000-08-19 Miles Bader <miles@gnu.org> + + * comint.el (comint-output-filter): Save the point with a marker, + not just a buffer position. + + * international/mule.el (set-buffer-process-coding-system): Make + interactive prompt less confusing. + 2000-08-19 Gerd Moellmann <gerd@gnu.org> * hilit-chg.el: General cleanup of doc strings, comments and |