[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/term.el
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/term.el |
Date: |
Thu, 14 Jul 2005 13:39:50 -0400 |
Index: emacs/lisp/term.el
diff -c emacs/lisp/term.el:1.74 emacs/lisp/term.el:1.75
*** emacs/lisp/term.el:1.74 Mon Jul 4 23:08:58 2005
--- emacs/lisp/term.el Thu Jul 14 17:39:46 2005
***************
*** 1102,1107 ****
--- 1102,1109 ----
(make-local-variable 'term-current-face)
(make-local-variable 'term-pending-frame)
(setq term-pending-frame nil)
+ ;; Cua-mode's keybindings interfere with the term keybindings, disable it.
+ (set (make-local-variable 'cua-mode) nil)
(run-mode-hooks 'term-mode-hook)
(term-if-xemacs
(set-buffer-menubar