Initial Commit
[packages] / xemacs-packages / auctex / style / dutch.el
1 ;;; dutch.el - Setup AUCTeX for editing Dutch text.
2
3 ;;; Code:
4
5 (TeX-add-style-hook "dutch"
6  (function (lambda ()
7              (run-hooks 'TeX-language-nl-hook)))
8  LaTeX-dialect)
9
10 ;;; dutch.el ends here