Mercurial > emacs
changeset 102447:ca47e74f590a
* term.el (term-send-raw-meta): Deactivate the mark first (Bug#2449).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 08 Mar 2009 19:36:41 +0000 |
parents | 1d22159e6128 |
children | 70c4cdb16713 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Mar 08 19:33:06 2009 +0000 +++ b/lisp/ChangeLog Sun Mar 08 19:36:41 2009 +0000 @@ -1,6 +1,7 @@ 2009-03-08 Chong Yidong <cyd@stupidchicken.com> - * term.el (term-send-raw): Deactivate the mark first (Bug#2449). + * term.el (term-send-raw, term-send-raw-meta): Deactivate the mark + first (Bug#2449). 2009-03-08 Andreas Schwab <schwab@linux-m68k.org>