Mercurial > emacs
view etc/schema/xhtml-edit.rnc @ 92091:f6aa0a65fa82
(vc-exec-after): Move setting mode-line-process in the
busy case ...
(vc-set-mode-line-busy-indicator): ... in this new function.
(vc-status-refresh): Call vc-set-mode-line-busy-indicator.
(vc-update-vc-status-buffer): Reset mode-line-process.
(vc-status-mark-all-files, vc-status-unmark-all-files): Change to
mark/unmark all the files with the same state as the current one.
With a prefix argument mark/unmark all files.
(vc-status-mode-menu): Adjust strings.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 22 Feb 2008 04:51:39 +0000 |
parents | 38f93f3d00a2 |
children |
line wrap: on
line source
# Edit Module del = element del { del.attlist, Inline.model } del.attlist = Edit.attrib ins = element ins { ins.attlist, Inline.model } ins.attlist = Edit.attrib Edit.attrib = attribute cite { URI.datatype }?, attribute datetime { Datetime.datatype }? Edit.class = del | ins Inline.class |= Edit.class Block.class |= Edit.class