# HG changeset patch # User Stefan Monnier # Date 974202640 0 # Node ID 51a929f58d72bd4a4038c08cd6ea744b156206fd # Parent 51bec48940dd918807726c15bbf35844c8c06d76 (tex-mode-map): Remove `tex-compile', not ready for prime-time. diff -r 51bec48940dd -r 51a929f58d72 lisp/textmodes/tex-mode.el --- a/lisp/textmodes/tex-mode.el Tue Nov 14 11:46:44 2000 +0000 +++ b/lisp/textmodes/tex-mode.el Tue Nov 14 11:50:40 2000 +0000 @@ -573,7 +573,6 @@ (define-key map "\C-c\C-r" 'tex-region) (define-key map "\C-c\C-b" 'tex-buffer) (define-key map "\C-c\C-f" 'tex-file) - (define-key map "\C-c\C-c" 'tex-compile) (define-key map "\C-c\C-i" 'tex-bibtex-file) (define-key map "\C-c\C-o" 'tex-latex-block) (define-key map "\C-c\C-e" 'tex-close-latex-block)