diff options
| author | Chong Yidong | 2012-05-07 11:14:21 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-05-07 11:14:21 +0800 |
| commit | 18f00515789afb71a4d57171d989a82a1cbe7615 (patch) | |
| tree | e07783703adbe68a5f6bf56fcacfe813d4305865 /lisp/ChangeLog | |
| parent | fd075e7b2b248a4357af64e85e2cd3b87949fa23 (diff) | |
| download | emacs-18f00515789afb71a4d57171d989a82a1cbe7615.tar.gz emacs-18f00515789afb71a4d57171d989a82a1cbe7615.zip | |
Fix a gdb-mi process filtering issue arising in ansi-color.el.
* lisp/ansi-color.el (ansi-color-process-output): Check for validity
of comint-last-output-start before using it. This avoids a bad
interaction with gdb-mi's input/output buffer.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f559acb2ecc..c6a430491b3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-05-07 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * ansi-color.el (ansi-color-process-output): Check for validity of | ||
| 4 | comint-last-output-start before using it. This avoids a bad | ||
| 5 | interaction with gdb-mi's input/output buffer. | ||
| 6 | |||
| 1 | 2012-05-06 Glenn Morris <rgm@gnu.org> | 7 | 2012-05-06 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * files.el (dir-locals-read-from-file): | 9 | * files.el (dir-locals-read-from-file): |