emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/xml.el


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/xml.el
Date: Mon, 19 May 2003 13:43:04 -0400

Index: emacs/lisp/xml.el
diff -c emacs/lisp/xml.el:1.19 emacs/lisp/xml.el:1.20
*** emacs/lisp/xml.el:1.19      Mon May 19 12:01:39 2003
--- emacs/lisp/xml.el   Mon May 19 13:43:04 2003
***************
*** 176,182 ****
  
  ;; XML [5]
  ;; Note that [:alpha:] matches all multibyte chars with word syntax.
! (defconst xml-name-regexp "[[:alpha:]_:][[:alnum:]._:-]*")
  
  ;; Fixme:  This needs re-writing to deal with the XML grammar properly, i.e.
  ;;   document    ::=    prolog element Misc*
--- 176,183 ----
  
  ;; XML [5]
  ;; Note that [:alpha:] matches all multibyte chars with word syntax.
! (eval-and-compile
!   (defconst xml-name-regexp "[[:alpha:]_:][[:alnum:]._:-]*"))
  
  ;; Fixme:  This needs re-writing to deal with the XML grammar properly, i.e.
  ;;   document    ::=    prolog element Misc*




reply via email to

[Prev in Thread] Current Thread [Next in Thread]