]> git.eshelyaron.com Git - emacs.git/commitdiff
(tex-mode-map): Remove `tex-compile', not ready for prime-time.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 14 Nov 2000 11:50:40 +0000 (11:50 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 14 Nov 2000 11:50:40 +0000 (11:50 +0000)
lisp/textmodes/tex-mode.el

index 2f96300645c043107a28e29ef39ba9dff74072b3..507d31c3a1ec690a91c18eab9c6c23fbacf7545c 100644 (file)
@@ -573,7 +573,6 @@ An alternative value is \" . \", if you use a font with a narrow period."
     (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)