# HG changeset patch # User Glenn Morris # Date 1253258714 0 # Node ID 927f49ae259acdf3df42f239ab124ed498d94d37 # Parent 8a45209e673fb231a599b4cdf86771ee32842561 (nxml-end-of-heading): Fix typo in condition-case handler. diff -r 8a45209e673f -r 927f49ae259a lisp/ChangeLog --- a/lisp/ChangeLog Fri Sep 18 07:16:49 2009 +0000 +++ b/lisp/ChangeLog Fri Sep 18 07:25:14 2009 +0000 @@ -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 -r 8a45209e673f -r 927f49ae259a lisp/nxml/nxml-outln.el --- a/lisp/nxml/nxml-outln.el Fri Sep 18 07:16:49 2009 +0000 +++ b/lisp/nxml/nxml-outln.el Fri Sep 18 07:25:14 2009 +0000 @@ -795,7 +795,7 @@ (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)