comparison lisp/hm--html-menus/hm--html-configuration.el @ 26:441bb1e64a06 r19-15b96

Import from CVS: tag r19-15b96
author cvs
date Mon, 13 Aug 2007 08:51:32 +0200
parents 4103f0995bd7
children 8b8b7f3559a2
comparison
equal deleted inserted replaced
25:383a494979f8 26:441bb1e64a06
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/22 22:07:09 steve Exp $ 3 ;;; $Id: hm--html-configuration.el,v 1.4 1997/03/02 03:43:16 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.