Mercurial > emacs
view etc/schema/xhtml-bdo.rnc @ 94386:a674a09b0ac8
Johan Bockg? <bojohan at gnu.org>
(byte-compile-find-cl-functions): Simplify. Collect `defun' and
`autoload' entries. Avoid modifying load-history.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 27 Apr 2008 01:16:49 +0000 |
parents | 38f93f3d00a2 |
children |
line wrap: on
line source
# Bi-directional Module bdo = element bdo { bdo.attlist, Inline.model } bdo.attlist = Core.attrib, lang.attrib, dir.attrib dir.attrib = attribute dir { "ltr" | "rtl" } I18n.attrib &= dir.attrib? Inline.class |= bdo