Mercurial > hg > xemacs-beta
comparison etc/auctex/style/danish.el @ 153:25f70ba0133c r20-3b3
Import from CVS: tag r20-3b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:38:25 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
152:4c132ee2d62b | 153:25f70ba0133c |
---|---|
1 ;;; danish.el - Setup AUC TeX for editing Danish text. | |
2 | |
3 ;; $Id: danish.el,v 1.1 1997/05/27 22:13:46 steve Exp $ | |
4 | |
5 ;;; Code: | |
6 | |
7 (TeX-add-style-hook "danish" | |
8 (function (lambda () | |
9 (run-hooks 'TeX-language-dk-hook)))) | |
10 | |
11 ;;; danish.el ends here |