emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/xml.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/xml.el
Date: Tue, 11 Mar 2003 16:57:46 -0500

Index: emacs/lisp/xml.el
diff -c emacs/lisp/xml.el:1.15 emacs/lisp/xml.el:1.16
*** emacs/lisp/xml.el:1.15      Fri Feb 14 04:58:04 2003
--- emacs/lisp/xml.el   Tue Mar 11 16:57:46 2003
***************
*** 323,328 ****
--- 323,329 ----
    (condition-case nil
        (progn
        (forward-word 1)  ;; name of the document
+       (goto-char (- (re-search-forward "[[:space:]]") 1))
        (goto-char (- (re-search-forward "[^[:space:]]") 1))
        (if (looking-at "\\[")
            (re-search-forward "\\][[:space:]]*>" end)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]