aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/pg-xml.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2001-07-09 15:36:59 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2001-07-09 15:36:59 +0000
commit1230ca4d4bddbd2b936203b0deb8ed8b7cdb0090 (patch)
treeb28fb4f1907ada2ab7a7890454c2904c94cdc949 /generic/pg-xml.el
parentb95af8adbc9b5d7b12ad331a1447871e331e6823 (diff)
Clean-up compile
Diffstat (limited to 'generic/pg-xml.el')
-rw-r--r--generic/pg-xml.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/pg-xml.el b/generic/pg-xml.el
index e88c3409..9bd2559f 100644
--- a/generic/pg-xml.el
+++ b/generic/pg-xml.el
@@ -49,6 +49,9 @@
'(xml)
"List of special elements which don't require closing.")
+(defvar xmlparse nil
+ "Used to store parse result.")
+
(defun pg-xml-add-text (text)
"If TEXT is non empty, add it to subtree at top of `xmlparse'."
(unless (string-equal text "")
@@ -68,7 +71,7 @@ is
(goto-char (point-min))
(let ((xmlparse nil)
(pos (point))
- openelts attrs elt)
+ openelts elt)
(unless (looking-at pg-xml-start-open-elt-regexp)
(warn "pg-xml-parse-buffer: Junk at start of document: %s"
(buffer-substring