+2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
+
+ * xml.el (xml-parse-tag): Use eq on char-after's return value.
+
2001-10-18 Gerd Moellmann <gerd@gnu.org>
* isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
- * obsolete/hilit19.el (hilit-lookup-face-create): Call
- set-face-font only if display-graphic-p.
+ * obsolete/hilit19.el (hilit-lookup-face-create):
+ Call set-face-font only if display-graphic-p.
(toplevel): Remove references to window-system.
2001-10-18 Miles Bader <miles@gnu.org>
(append children '("")))
;; is this a valid start tag ?
- (if (= (char-after) ?>)
+ (if (eq (char-after) ?>)
(progn
(forward-char 1)
(skip-chars-forward " \t\n")