comparison etc/auctex/style/amstex.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 ;;; 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.