Synch with Oort Gnus.
[elisp/gnus.git-] / lisp / lpath.el
index ae2cbb0..0b6960b 100644 (file)
@@ -99,7 +99,7 @@
 (let ((functions-variables
        (cond
        ((featurep 'xemacs)
-        '((propertize xml-node-children xml-parse-region)))
+        '((propertize xml-parse-region)))
        ((>= emacs-major-version 21)
         '((function-max-args smiley-encode-buffer)))
        ((boundp 'MULE)
            coding-system-get compose-mail file-name-extension
            find-coding-systems-region function-max-args get-charset-property
            propertize shell-command-to-string smiley-encode-buffer
-           xml-node-children xml-parse-region)))
+           xml-parse-region)))
        (t
         '((function-max-args
            propertize smiley-encode-buffer
-           xml-node-children xml-parse-region))))))
+           xml-parse-region))))))
   (maybe-fbind (car functions-variables))
   (maybe-bind (car (cdr functions-variables))))