Mercurial > emacs
view etc/schema/xhtml-image.rnc @ 108734:fc613fd476ff
Derive Fortran modes from prog-mode.
* progmodes/fortran.el (fortran-mode):
* progmodes/f90.el (f90-mode): Derive from prog-mode.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 20 May 2010 18:13:57 -0700 |
parents | 38f93f3d00a2 |
children |
line wrap: on
line source
# Image Module img = element img { img.attlist } img.attlist = Common.attrib, attribute src { URI.datatype }, attribute alt { Text.datatype }, attribute longdesc { URI.datatype }?, attribute height { Length.datatype }?, attribute width { Length.datatype }? Inline.class |= img