]> code.delx.au - gnu-emacs-elpa/blob - packages/auctex/style/dk.el
Remove version numbers in packages/ directory
[gnu-emacs-elpa] / packages / auctex / style / dk.el
1 ;;; dk.el - Setup AUC TeX for editing Danish text.
2
3 ;; $Id: dk.el,v 1.2 1993/12/15 21:42:40 amanda Exp $
4
5 ;;; Code:
6
7 (TeX-add-style-hook "dk"
8 (function (lambda ()
9 (run-hooks 'TeX-language-dk-hook))))
10
11 ;;; dk.el ends here