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: ShengHuo ZHU
Subject: [Emacs-diffs] Changes to emacs/lisp/xml.el
Date: Tue, 05 Mar 2002 16:44:01 -0500

Index: emacs/lisp/xml.el
diff -c emacs/lisp/xml.el:1.9 emacs/lisp/xml.el:1.10
*** emacs/lisp/xml.el:1.9       Fri Dec 14 17:12:30 2001
--- emacs/lisp/xml.el   Tue Mar  5 16:44:01 2002
***************
*** 288,295 ****
  
        ;; Do we have a string between quotes (or double-quotes),
        ;;  or a simple word ?
!       (unless (looking-at "\"\\([^\"]+\\)\"")
!       (unless (looking-at "'\\([^']+\\)'")
          (error "XML: Attribute values must be given between quotes")))
  
        ;; Each attribute must be unique within a given element
--- 288,295 ----
  
        ;; Do we have a string between quotes (or double-quotes),
        ;;  or a simple word ?
!       (unless (looking-at "\"\\([^\"]*\\)\"")
!       (unless (looking-at "'\\([^']*\\)'")
          (error "XML: Attribute values must be given between quotes")))
  
        ;; Each attribute must be unique within a given element



reply via email to

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