all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* typo in xml.el
@ 2003-03-20  4:23 mah
  0 siblings, 0 replies; only message in thread
From: mah @ 2003-03-20  4:23 UTC (permalink / raw)



2003-03-19  Mark A. Hershberger  <mah@everybody.org>

	* xml.el (xml-parse-attlist): typo in attribute parsing.

*** xml.el.~1.17.~	Tue Mar 18 23:15:41 2003
--- xml.el	Wed Mar 19 22:20:56 2003
***************
*** 294,300 ****
        ;;  or a simple word ?
        (if (looking-at "\"\\([^\"]*\\)\"")
  	  (setq start-pos (match-beginning 0))
! 	(if (looking-at "'\\([^']*\\)")
  	    (setq start-pos (match-beginning 0))
  	  (error "XML: Attribute values must be given between quotes")))
  
--- 294,300 ----
        ;;  or a simple word ?
        (if (looking-at "\"\\([^\"]*\\)\"")
  	  (setq start-pos (match-beginning 0))
! 	(if (looking-at "'\\([^']*\\)'")
  	    (setq start-pos (match-beginning 0))
  	  (error "XML: Attribute values must be given between quotes")))
  
***************
*** 314,320 ****
        (goto-char start-pos)
        (if (looking-at "\"\\([^\"]*\\)\"")
  	  (goto-char (match-end 0))
! 	(if (looking-at "'\\([^']*\\)")
  	    (goto-char (match-end 0))))
  
        (goto-char (- (re-search-forward "[^ \t\n\r]") 1))
--- 314,320 ----
        (goto-char start-pos)
        (if (looking-at "\"\\([^\"]*\\)\"")
  	  (goto-char (match-end 0))
! 	(if (looking-at "'\\([^']*\\)'")
  	    (goto-char (match-end 0))))
  
        (goto-char (- (re-search-forward "[^ \t\n\r]") 1))

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-20  4:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-20  4:23 typo in xml.el mah

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.