unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: mah@everybody.org
Subject: typo in xml.el
Date: Wed, 19 Mar 2003 22:23:45 -0600	[thread overview]
Message-ID: <87k7eubr8u.fsf@batman.everybody.org> (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))

                 reply	other threads:[~2003-03-20  4:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k7eubr8u.fsf@batman.everybody.org \
    --to=mah@everybody.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).