comparison lisp/auctex/style/amstex.el @ 100:4be1180a9e89 r20-1b2

Import from CVS: tag r20-1b2
author cvs
date Mon, 13 Aug 2007 09:15:11 +0200
parents 4103f0995bd7
children
comparison
equal deleted inserted replaced
99:2d83cbd90d8d 100:4be1180a9e89
1 ;;; amstex.el --- AMS LaTeX support.
2
3 ;;; Code:
4
5 (TeX-add-style-hook "amstex"
6 (function
7 (lambda ()
8 (TeX-add-symbols
9 '("eqref" TeX-arg-label)))))
10
11 ;;; amstex.el ends here.