]> code.delx.au - gnu-emacs-elpa/blob - packages/auctex/style/book.el
Remove version numbers in packages/ directory
[gnu-emacs-elpa] / packages / auctex / style / book.el
1 ;;; book.el - Special code for book style.
2
3 ;; $Id: book.el,v 1.5 2005/03/17 10:02:06 angeli Exp $
4
5 ;;; Code:
6
7 (TeX-add-style-hook
8 "book"
9 (lambda ()
10 (LaTeX-largest-level-set "chapter")))
11
12 ;;; book.el ends here