comparison lisp/auctex/style/amsbook.el @ 24:4103f0995bd7 r19-15b95

Import from CVS: tag r19-15b95
author cvs
date Mon, 13 Aug 2007 08:51:03 +0200
parents
children
comparison
equal deleted inserted replaced
23:0edd3412f124 24:4103f0995bd7
1 ;;; amsbook.el --- AMS book style hook.
2
3 ;;; Code:
4
5 (TeX-add-style-hook "amsbook"
6 (function
7 (lambda ()
8 (TeX-run-style-hooks "amstex"))))
9
10 ;;; amsbook.el ends here.