Mercurial > emacs
view etc/schema/xhtml-bdo.rnc @ 111850:f2a5b5a7f017
In gdb, try to init comint history from gdbhist.
* lisp/progmodes/gdb-mi.el (gdb): Try to initialize comint input history
from gdb's history file. (Bug#7575)
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 07 Dec 2010 21:00:12 -0800 |
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