Mercurial > emacs
view etc/schema/xhtml-bdo.rnc @ 111261:d7cb530f5469
Print informative error message when aborting on GTK disconnect.
* xterm.c (x_connection_closed): Print informative error message
when aborting on GTK. This requires using shut_down_emacs
directly instead of Fkill_emacs.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 30 Oct 2010 23:33:56 -0400 |
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