From 770af4b440a4baba4d4d90c35c3ce66ef4df56ce Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 18 Sep 2009 07:25:14 +0000 Subject: [PATCH] (nxml-end-of-heading): Fix typo in condition-case handler. --- lisp/ChangeLog | 3 ++- lisp/nxml/nxml-outln.el | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dab341513a3..ccf0221ad48 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -7,7 +7,8 @@ * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program): * net/eudc.el (eudc-expand-inline): - * net/newst-backend.el (newsticker--cache-read-feed): Fix typos in + * net/newst-backend.el (newsticker--cache-read-feed): + * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in condition-case handlers. 2009-09-18 Nick Roberts 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) -- 2.39.2