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
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs