From: Glenn Morris Date: Fri, 18 Sep 2009 07:25:14 +0000 (+0000) Subject: (nxml-end-of-heading): Fix typo in condition-case handler. X-Git-Tag: emacs-pretest-23.1.90~1264 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=770af4b440a4baba4d4d90c35c3ce66ef4df56ce;p=emacs.git (nxml-end-of-heading): Fix typo in condition-case handler. --- 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)