comparison etc/auctex/style/amsbook.el @ 118:7d55a9ba150c r20-1b11

Import from CVS: tag r20-1b11
author cvs
date Mon, 13 Aug 2007 09:24:17 +0200
parents ee648375d8d6
children
comparison
equal deleted inserted replaced
117:578fd4947a72 118:7d55a9ba150c
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.