Mercurial > emacs
view etc/schema/xhtml.rnc @ 100632:389db2f016a4
* frame.c (delete_frame): New function derived from
Fdelete_frame to handle Qnoelisp value for FORCE argument.
Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
(Fdelete_frame): Call delete_frame. Remove line from doc-string
saying that FORCE non-nil doesn't run `delete-frame-functions'.
* frame.h: Extern delete_frame.
* window.c (window_loop):
* terminal.c (delete_terminal):
* xterm.c (x_connection_closed):
* xfns.c (Fx_hide_tip):
* w32fns.c (Fx_hide_tip): Call delete_frame instead of
Fdelete_frame.
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Mon, 22 Dec 2008 09:40:33 +0000 |
parents | 55a95acb5aa1 |
children |
line wrap: on
line source
# XHTML # This corresponds to the union of transitional and frameset. default namespace = "http://www.w3.org/1999/xhtml" include "xhtml-datatypes.rnc" include "xhtml-attribs.rnc" # include "xhtml-struct.rnc" include "xhtml-frames.rnc" include "xhtml-text.rnc" include "xhtml-hypertext.rnc" include "xhtml-lst.rnc" include "xhtml-image.rnc" include "xhtml-ssismap.rnc" include "xhtml-base.rnc" include "xhtml-link.rnc" include "xhtml-meta.rnc" include "xhtml-param.rnc" include "xhtml-object.rnc" include "xhtml-bdo.rnc" include "xhtml-pres.rnc" include "xhtml-edit.rnc" include "xhtml-applet.rnc" # include "xhtml-bform.rnc" include "xhtml-form.rnc" include "xhtml-xstyle.rnc" include "xhtml-script.rnc" # include "xhtml-btable.rnc" include "xhtml-table.rnc" include "xhtml-csismap.rnc" include "xhtml-events.rnc" include "xhtml-inlstyle.rnc" include "xhtml-tgt.rnc" include "xhtml-iframe.rnc" include "xhtml-nameident.rnc" include "xhtml-legacy.rnc"