aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term.el
diff options
context:
space:
mode:
authorJoakim Verona2011-12-28 04:12:56 +0100
committerJoakim Verona2011-12-28 04:12:56 +0100
commitbb29f044aa967831cd664c54eba0de0c701436ce (patch)
tree1398cc9780bbae0fdad071a3a3765a571c3f6d7b /lisp/term.el
parent3c935a7e996701244d166f684119f0ff97e25496 (diff)
parent5e605a2e528955721fc6f2bd7b9f174c15075fb1 (diff)
downloademacs-bb29f044aa967831cd664c54eba0de0c701436ce.tar.gz
emacs-bb29f044aa967831cd664c54eba0de0c701436ce.zip
upstream i think
Diffstat (limited to 'lisp/term.el')
-rw-r--r--lisp/term.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/term.el b/lisp/term.el
index dc5ae29ffd2..484bc36363e 100644
--- a/lisp/term.el
+++ b/lisp/term.el
@@ -40,10 +40,10 @@
40;; overhead this has became so small that IMHO is surely outweighted by 40;; overhead this has became so small that IMHO is surely outweighted by
41;; the benefits you get but, as usual, YMMV 41;; the benefits you get but, as usual, YMMV
42;; 42;;
43;; Important caveat, when deciding the cursor/'grey keys' keycodes I had to 43;; Important caveat, when deciding the cursor/'gray keys' keycodes I had to
44;; make a choice: on my Linux box this choice allows me to run all the 44;; make a choice: on my Linux box this choice allows me to run all the
45;; ncurses applications without problems but make these keys 45;; ncurses applications without problems but make these keys
46;; uncomprehensible to all the cursesX programs. Your mileage may vary so 46;; incomprehensible to all the cursesX programs. Your mileage may vary so
47;; you may consider changing the default 'emulation'. Just search for this 47;; you may consider changing the default 'emulation'. Just search for this
48;; piece of code and modify it as you like: 48;; piece of code and modify it as you like:
49;; 49;;
@@ -910,7 +910,7 @@ is buffer-local."
910 (setq term-raw-escape-map 910 (setq term-raw-escape-map
911 (copy-keymap (lookup-key (current-global-map) "\C-x"))) 911 (copy-keymap (lookup-key (current-global-map) "\C-x")))
912 912
913 ;; Added nearly all the 'grey keys' -mm 913 ;; Added nearly all the 'gray keys' -mm
914 914
915 (if (featurep 'xemacs) 915 (if (featurep 'xemacs)
916 (define-key term-raw-map [button2] 'term-mouse-paste) 916 (define-key term-raw-map [button2] 'term-mouse-paste)