If we do this, then newer Emacsen seem to think that TeX-master is
evil as a local variable and complain when visiting .tex files.
Also remove some old crufty TeX settings.
(add-hook 'TeXinfo-mode-hook 'mdw-fontify-texinfo t)
(setq LaTeX-table-label "tbl:")
-(setq-default TeX-master nil)
-;; (setq TeX-parse-self t)
-;; (setq TeX-auto-save t)
(setq TeX-auto-untabify nil)
(add-hook 'TeX-mode-hook 'mdw-fontify-tex t)
(add-hook 'tex-mode-hook 'mdw-fontify-tex t)