[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/latex.el,v
From: |
Reiner Steib |
Subject: |
[AUCTeX-diffs] Changes to auctex/latex.el,v |
Date: |
Wed, 07 Jun 2006 20:27:38 +0000 |
CVSROOT: /sources/auctex
Module name: auctex
Changes by: Reiner Steib <rsteib> 06/06/07 20:27:38
Index: latex.el
===================================================================
RCS file: /sources/auctex/auctex/latex.el,v
retrieving revision 5.410
retrieving revision 5.411
diff -u -b -r5.410 -r5.411
--- latex.el 7 Jun 2006 16:30:34 -0000 5.410
+++ latex.el 7 Jun 2006 20:27:38 -0000 5.411
@@ -4526,8 +4526,6 @@
(?\C-s "\\textsl{" "}")
(?\C-t "\\texttt{" "}" "\\mathtt{" "}")
(?\C-u "\\textup{" "}")
- (?^ "\\textsuperscript{" "}" "^{" "}")
- (?_ "\\textsubscript{" "}" "_{" "}")
(?\C-d "" "" t))
"Font commands used with LaTeX2e. See `TeX-font-list'."
:group 'LaTeX-macro
@@ -4708,9 +4706,7 @@
(setq TeX-command-default "LaTeX")
(setq TeX-sentinel-default-function 'TeX-LaTeX-sentinel)
(add-hook 'tool-bar-mode-on-hook 'LaTeX-maybe-install-toolbar)
- (when (if (featurep 'xemacs)
- (featurep 'toolbar)
- tool-bar-mode)
+ (when (if (featurep 'xemacs) (featurep 'toolbar) tool-bar-mode)
(LaTeX-maybe-install-toolbar))
(TeX-run-mode-hooks 'text-mode-hook 'TeX-mode-hook 'LaTeX-mode-hook)
(TeX-set-mode-name)