+2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * term.el (term-mode): Disable cua-mode for term buffers.
+
2005-07-14 Juanma Barranquero <lekktu@gmail.com>
* add-log.el (add-log-mailing-address, change-log-merge): Doc fix.
(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