/[emacs]/emacs/lisp/xml.el
ViewVC logotype

Diff of /emacs/lisp/xml.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by lektu, Fri Jan 10 08:33:41 2003 UTC revision 1.15 by lektu, Fri Feb 14 09:58:04 2003 UTC
# Line 429  The DTD must end before the position END Line 429  The DTD must end before the position END
429       ((string= modifier "*")       ((string= modifier "*")
430        (list '* elem))        (list '* elem))
431       ((string= modifier "?")       ((string= modifier "?")
432        (list '? elem))        (list '\? elem))
433       (t       (t
434        elem))))        elem))))
435    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26