view lisp/auctex/style/amsbook.el @ 103:30eda07fe280

Added tag r20-1b3 for changeset a145efe76779
author cvs
date Mon, 13 Aug 2007 09:15:51 +0200
parents 4103f0995bd7
children
line wrap: on
line source

;;; amsbook.el --- AMS book style hook.

;;; Code:

(TeX-add-style-hook "amsbook"
 (function
  (lambda ()
    (TeX-run-style-hooks "amstex"))))

;;; amsbook.el ends here.