view etc/auctex/style/danish.el @ 157:6b37e6ddd302 r20-3b5

Import from CVS: tag r20-3b5
author cvs
date Mon, 13 Aug 2007 09:40:41 +0200
parents 25f70ba0133c
children
line wrap: on
line source

;;; danish.el - Setup AUC TeX for editing Danish text.

;; $Id: danish.el,v 1.1 1997/05/27 22:13:46 steve Exp $

;;; Code:

(TeX-add-style-hook "danish"
 (function (lambda ()
   (run-hooks 'TeX-language-dk-hook))))

;;; danish.el ends here