changeset 33477:51a929f58d72

(tex-mode-map): Remove `tex-compile', not ready for prime-time.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 14 Nov 2000 11:50:40 +0000
parents 51bec48940dd
children 05a649280be2
files lisp/textmodes/tex-mode.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)