comparison lisp/auctex/style/amstex.el @ 24:4103f0995bd7 r19-15b95

Import from CVS: tag r19-15b95
author cvs
date Mon, 13 Aug 2007 08:51:03 +0200
parents
children
comparison
equal deleted inserted replaced
23:0edd3412f124 24:4103f0995bd7
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.