]> git.eshelyaron.com Git - emacs.git/commitdiff
(term-send-raw-meta): Deactivate the mark first (Bug#2449).
authorChong Yidong <cyd@stupidchicken.com>
Sun, 8 Mar 2009 19:37:00 +0000 (19:37 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 8 Mar 2009 19:37:00 +0000 (19:37 +0000)
lisp/term.el

index 3d21d8b6fc03588b75fda3ccc330068a15ed68ba..3fda9bee646b8bbb5255d279f857dc175c930432 100644 (file)
@@ -1191,6 +1191,7 @@ without any interpretation."
 
 (defun term-send-raw-meta ()
   (interactive)
+  (deactivate-mark)
   (let ((char last-input-event))
     (when (symbolp last-input-event)
       ;; Convert `return' to C-m, etc.