Mercurial > emacs
view etc/schema/xhtml-struct.rnc @ 108223:261591829d04
Add optional arg to delete-file to force deletion (Bug#6070).
* eval.c (internal_condition_case_n): Rename from
internal_condition_case_2.
(internal_condition_case_2): New function.
* xdisp.c (safe_call): Use internal_condition_case_n.
* fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
(internal_delete_file, Frename_file): Callers changed.
* buffer.c (Fkill_buffer):
* callproc.c (delete_temp_file): Callers changed (Bug#6070).
* lisp.h: Update prototypes.
* diff.el (diff-sentinel):
* epg.el (epg--make-temp-file, epg-decrypt-string)
(epg-verify-string, epg-sign-string, epg-encrypt-string):
* jka-compr.el (jka-compr-partial-uncompress)
(jka-compr-call-process, jka-compr-write-region, jka-compr-load):
* server.el (server-sentinel): Use delete-file's new FORCE arg
(Bug#6070).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 03 May 2010 11:01:21 -0400 |
parents | 38f93f3d00a2 |
children |
line wrap: on
line source
# Structure Module start = html title = element title { title.attlist, text } title.attlist = I18n.attrib head = element head { head.attlist, head.content } head.attlist = I18n.attrib, profile.attlist head.content = title profile.attlist = attribute profile { URI.datatype }? body = element body { body.attlist, Block.model } body.attlist = Common.attrib html = element html { html.attlist, head, body } html.attlist = XHTML.version.attrib, I18n.attrib XHTML.version.attrib = attribute version { FPI.datatype }?