Mercurial > emacs
view etc/schema/xhtml-link.rnc @ 104465:155479111645
lisp/cedet/semantic/symref.el: Add local vars for autoloading.
(semantic-symref-find-references-by-name)
(semantic-symref-find-tags-by-name, semantic-symref-find-tags-by-regexp)
(semantic-symref-find-tags-by-completion)
(semantic-symref-find-file-references-by-name)
(semantic-symref-find-text): Autoload.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 05 Sep 2009 23:30:27 +0000 |
parents | 38f93f3d00a2 |
children |
line wrap: on
line source
# Link Module link = element link { link.attlist } link.attlist = Common.attrib, attribute charset { Charset.datatype }?, attribute href { URI.datatype }?, attribute hreflang { LanguageCode.datatype }?, attribute type { ContentType.datatype }?, attribute rel { LinkTypes.datatype }?, attribute rev { LinkTypes.datatype }?, attribute media { MediaDesc.datatype }? head.content &= link*