]> code.delx.au - gnu-emacs-elpa/blob - packages/auctex-11.86/style/dk.el
(debbugs-emacs): New function and modes for listing the Emacs bugs, reading them...
[gnu-emacs-elpa] / packages / auctex-11.86 / 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