Mercurial > hg > xemacs-beta
diff lisp/w3/w3-parse.el @ 38:1a767b41a199 r19-15b102
Import from CVS: tag r19-15b102
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:54:01 +0200 |
parents | c53a95d3c46d |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/lisp/w3/w3-parse.el Mon Aug 13 08:53:41 2007 +0200 +++ b/lisp/w3/w3-parse.el Mon Aug 13 08:54:01 2007 +0200 @@ -1530,6 +1530,7 @@ nil (((tbody) *close) ;; error handling + ((td th) tr *same error) ((%body.content) tr *same error)) nil)]) (end-tag-omissible . t)) @@ -2116,7 +2117,7 @@ ;; character, or end of buffer. (cond - ((= ?< (char-after (point))) + ((eq ?< (char-after (point))) ;; We are looking at a tag, comment, markup declaration, SGML marked ;; section, SGML processing instruction, or non-markup "<". @@ -2610,7 +2611,7 @@ (or (setq content (w3-element-content w3-p-d-current-element)) ;; *** Strictly speaking, in SGML the record end is ;; carriage return, not line feed. - (if (= ?\n (char-after between-tags-start)) + (if (eq ?\n (char-after between-tags-start)) (setq between-tags-start (1+ between-tags-start)))) (if (= between-tags-start (point)) ;; Do nothing.