(tex-mode): Check for documentclass like documentstyle.

This commit is contained in:
Richard M. Stallman 1994-08-06 03:22:23 +00:00
parent b5a8e0fc22
commit f3d79de9e7

View file

@ -261,7 +261,7 @@ says which mode to use."
(beginning-of-line)
(search-forward "%" search-end t))))))
(if (and slash (not comment))
(setq mode (if (looking-at "documentstyle")
(setq mode (if (looking-at "documentstyle\\|documentclass")
(if (looking-at "documentstyle{slides}")
'slitex-mode
'latex-mode)