annotate lisp/nxml/test.valid.xml @ 87377:1b576fc3020d
(region-active-p): New function.
(use-empty-active-region): New variable.
author |
Richard M. Stallman <rms@gnu.org> |
date |
Sun, 23 Dec 2007 21:45:35 +0000 |
parents |
2ac1a9b70580 |
children |
|
rev |
line source |
86361
|
1 <html xmlns="http://www.w3.org/1999/xhtml">
|
|
2 <head>
|
|
3 <title>A valid document</title>
|
|
4 </head>
|
|
5 <body>
|
|
6 <p>This is a valid, albeit boring, XHTML document.</p>
|
|
7 </body>
|
|
8 </html>
|
86379
|
9
|
|
10 <!-- arch-tag: 6f7701be-ec51-48d0-bb63-38ed564718d6
|
|
11 (do not change this comment) -->
|