diff options
author | Vitalie Spinu <spinuvit@gmail.com> | 2013-12-20 14:25:19 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2013-12-20 14:25:19 +0800 |
commit | ca65efcc2ea7f6876fee2f7d2d929dffa4093f96 (patch) | |
tree | 1f7594f56d89c2fb69354ecdeaf069d2953b9ce8 /lisp/ChangeLog | |
parent | a9574eb7306c56e68ad4c20d58f419b317902f1a (diff) | |
download | emacs-ca65efcc2ea7f6876fee2f7d2d929dffa4093f96.tar.gz |
comint.el (comint-output-filter): Fix rear-nonsticky property placement.
Fixes: debbugs:16010
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 416f9a8b685..2e0db47df47 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-12-20 Vitalie Spinu <spinuvit@gmail.com> + + * comint.el (comint-output-filter): Fix rear-nonsticky property + placement (Bug#16010). + 2013-12-20 Chong Yidong <cyd@gnu.org> * faces.el (read-color): Minor fix for completion function. |