view etc/auctex/style/danish.el @ 155:43dd3413c7c7 r20-3b4

Import from CVS: tag r20-3b4
author cvs
date Mon, 13 Aug 2007 09:39:39 +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