comparison lisp/hm--html-menus/hm--html-configuration.el @ 46:6a22abad6937 r19-15

Import from CVS: tag r19-15
author cvs
date Mon, 13 Aug 2007 08:55:31 +0200
parents 8b8b7f3559a2
children 131b0175ea99
comparison
equal deleted inserted replaced
45:7705b7aa3b8a 46:6a22abad6937
1 ;;; hm--html-configuration.el - Configurationfile for the html-mode 1 ;;; hm--html-configuration.el - Configurationfile for the html-mode
2 ;;; 2 ;;;
3 ;;; $Id: hm--html-configuration.el,v 1.5 1997/03/24 01:26:52 steve Exp $ 3 ;;; $Id: hm--html-configuration.el,v 1.6 1997/03/26 22:42:37 steve Exp $
4 ;;; 4 ;;;
5 ;;; Copyright (C) 1993 - 1997 Heiko Muenkel 5 ;;; Copyright (C) 1993 - 1997 Heiko Muenkel
6 ;;; email: muenkel@tnt.uni-hannover.de 6 ;;; email: muenkel@tnt.uni-hannover.de
7 ;;; 7 ;;;
8 ;;; This program is free software; you can redistribute it and/or modify 8 ;;; This program is free software; you can redistribute it and/or modify
336 (setq hm--html-template-dir (concat data-directory 336 (setq hm--html-template-dir (concat data-directory
337 "../lisp/hm--html-menus/")))) 337 "../lisp/hm--html-menus/"))))
338 338
339 (defvar hm--html-frame-template-file (concat data-directory 339 (defvar hm--html-frame-template-file (concat data-directory
340 "../lisp/hm--html-menus/" 340 "../lisp/hm--html-menus/"
341 "frame.tmpl") 341 "frame.html.tmpl")
342 "File, which is used as template for a html frame.") 342 "File, which is used as template for a html frame.")
343 343
344 (defvar hm--html-automatic-expand-templates t 344 (defvar hm--html-automatic-expand-templates t
345 "*Automatic expansion of templates. This feature needs the file 345 "*Automatic expansion of templates. This feature needs the file
346 tmpl-minor-mode.el from Heiko Muenkel (muenkel@tnt.uni-hannover.de), 346 tmpl-minor-mode.el from Heiko Muenkel (muenkel@tnt.uni-hannover.de),