aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2000-11-14 11:50:40 +0000
committerStefan Monnier2000-11-14 11:50:40 +0000
commitae523e577e1f5acd897f1f9bee6aa1b5bb5f8081 (patch)
tree672323703d48a5c6d6e64d1003a27b79a8ca77f9
parentf0c968ff81ac65dcc461da69e3a9be170cd073dd (diff)
downloademacs-ae523e577e1f5acd897f1f9bee6aa1b5bb5f8081.tar.gz
emacs-ae523e577e1f5acd897f1f9bee6aa1b5bb5f8081.zip
(tex-mode-map): Remove `tex-compile', not ready for prime-time.
-rw-r--r--lisp/textmodes/tex-mode.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index 2f96300645c..507d31c3a1e 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -573,7 +573,6 @@ An alternative value is \" . \", if you use a font with a narrow period."
573 (define-key map "\C-c\C-r" 'tex-region) 573 (define-key map "\C-c\C-r" 'tex-region)
574 (define-key map "\C-c\C-b" 'tex-buffer) 574 (define-key map "\C-c\C-b" 'tex-buffer)
575 (define-key map "\C-c\C-f" 'tex-file) 575 (define-key map "\C-c\C-f" 'tex-file)
576 (define-key map "\C-c\C-c" 'tex-compile)
577 (define-key map "\C-c\C-i" 'tex-bibtex-file) 576 (define-key map "\C-c\C-i" 'tex-bibtex-file)
578 (define-key map "\C-c\C-o" 'tex-latex-block) 577 (define-key map "\C-c\C-o" 'tex-latex-block)
579 (define-key map "\C-c\C-e" 'tex-close-latex-block) 578 (define-key map "\C-c\C-e" 'tex-close-latex-block)