comparison etc/auctex/style/amsbook.el @ 50:ee648375d8d6 r19-16b91

Import from CVS: tag r19-16b91
author cvs
date Mon, 13 Aug 2007 08:56:41 +0200
parents
children
comparison
equal deleted inserted replaced
49:b46643e427ac 50:ee648375d8d6
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.