emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp term.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp term.el
Date: Sun, 08 Mar 2009 19:33:06 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/03/08 19:33:06

Modified files:
        lisp           : term.el 

Log message:
        (term-send-raw): Deactivate the mark first (Bug#2449).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/term.el?cvsroot=emacs&r1=1.112&r2=1.113

Patches:
Index: term.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/term.el,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -b -r1.112 -r1.113
--- term.el     19 Feb 2009 17:16:01 -0000      1.112
+++ term.el     8 Mar 2009 19:33:06 -0000       1.113
@@ -1182,6 +1182,7 @@
   "Send the last character typed through the terminal-emulator
 without any interpretation."
   (interactive)
+  (deactivate-mark)
  ;; Convert `return' to C-m, etc.
   (when (and (symbolp last-input-event)
             (get last-input-event 'ascii-character))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]