summaryrefslogtreecommitdiff
path: root/lisp/nxml
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-09-18 07:25:14 +0000
committerGlenn Morris <rgm@gnu.org>2009-09-18 07:25:14 +0000
commit770af4b440a4baba4d4d90c35c3ce66ef4df56ce (patch)
tree92c3c2ce525784b91ed78bf3fe0346253f1164d1 /lisp/nxml
parent07eae5c5e0769d5ade88330dede40231c88f2f56 (diff)
downloademacs-770af4b440a4baba4d4d90c35c3ce66ef4df56ce.tar.gz
(nxml-end-of-heading): Fix typo in condition-case handler.
Diffstat (limited to 'lisp/nxml')
-rw-r--r--lisp/nxml/nxml-outln.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nxml/nxml-outln.el b/lisp/nxml/nxml-outln.el
index 4066376ae14..e517f4d9120 100644
--- a/lisp/nxml/nxml-outln.el
+++ b/lisp/nxml/nxml-outln.el
@@ -795,7 +795,7 @@ Do not move past the end of the line."
(let ((pos (condition-case err
(and (nxml-scan-element-forward (point) t)
xmltok-start)
- nil)))
+ (nxml-scan-error nil))))
(end-of-line)
(skip-chars-backward " \t")
(cond ((not pos)