diff lisp/term.el @ 102448:70c4cdb16713

(term-send-raw-meta): Deactivate the mark first (Bug#2449).
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 08 Mar 2009 19:37:00 +0000
parents 1d22159e6128
children dd124f584769
line wrap: on
line diff
--- a/lisp/term.el	Sun Mar 08 19:36:41 2009 +0000
+++ b/lisp/term.el	Sun Mar 08 19:37:00 2009 +0000
@@ -1191,6 +1191,7 @@
 
 (defun term-send-raw-meta ()
   (interactive)
+  (deactivate-mark)
   (let ((char last-input-event))
     (when (symbolp last-input-event)
       ;; Convert `return' to C-m, etc.