comparison etc/auctex/style/amsart.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 ;;; amsart.el --- AMS article style hook.
2
3 ;;; Code:
4
5 (TeX-add-style-hook "amsart"
6 (function
7 (lambda ()
8 (TeX-run-style-hooks "amstex"))))
9
10 ;;; amsart.el ends here.