Mercurial > emacs
view etc/schema/xhtml-lst.rnc @ 111074:9138671f67b0
Tweak revert-buffer-function to inhibit auto-mode-alist.
* hexl.el (hexl-mode, hexl-mode-exit): Tweak
revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
(hexl-revert-buffer-function): New function.
(hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
author | Daiki Ueno <ueno@unixuser.org> |
---|---|
date | Thu, 21 Oct 2010 11:38:46 +0900 |
parents | 288134f0441f |
children |
line wrap: on
line source
# List Module dl = element dl { dl.attlist, (dt | dd)+ } dl.attlist = Common.attrib dt = element dt { dt.attlist, Inline.model } dt.attlist = Common.attrib dd = element dd { dd.attlist, Flow.model } dd.attlist = Common.attrib ol = element ol { ol.attlist, li+ } ol.attlist = Common.attrib ul = element ul { ul.attlist, li+ } ul.attlist = Common.attrib li = element li { li.attlist, Flow.model } li.attlist = Common.attrib List.class = ul | ol | dl Block.class |= List.class