Mercurial > emacs
view etc/schema/xhtml-bdo.rnc @ 111748:acd0ffe11c18
Prompt before running print commands.
* lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
Prompt user before actually printing.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 20 Nov 2010 15:23:26 -0500 |
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