comparison lisp/hm--html-menus/hm--html-configuration.el @ 102:a145efe76779 r20-1b3

Import from CVS: tag r20-1b3
author cvs
date Mon, 13 Aug 2007 09:15:49 +0200
parents 4be1180a9e89
children 9f59509498e1
comparison
equal deleted inserted replaced
101:a0ec055d74dd 102:a145efe76779
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.3 1997/02/24 01:13:26 steve Exp $ 3 ;;; $Id: hm--html-configuration.el,v 1.4 1997/02/27 06:08:08 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
614 (:hm--html-optional-attributes (codebase alt name align hspace vspace))) 614 (:hm--html-optional-attributes (codebase alt name align hspace vspace)))
615 ("font" (:hm--html-two-element-tag t) 615 ("font" (:hm--html-two-element-tag t)
616 (:hm--html-optional-attributes (size color))) 616 (:hm--html-optional-attributes (size color)))
617 ("map" (:hm--html-two-element-tag t) 617 ("map" (:hm--html-two-element-tag t)
618 (:hm--html-required-attributes (name))) 618 (:hm--html-required-attributes (name)))
619 ("style" (:hm--html-two-element-tag t))
620 ("script" (:hm--html-two-element-tag t))
619 ) 621 )
620 "An alist with tag names known by the `hm--html-mode'. 622 "An alist with tag names known by the `hm--html-mode'.
621 CURRENTLY THIS LIST CONTAINS NOT ALL TAGS!!!!. 623 CURRENTLY THIS LIST CONTAINS NOT ALL TAGS!!!!.
622 624
623 It is used to determine, if a tag is a one element tag or not. 625 It is used to determine, if a tag is a one element tag or not.