changeset 105077:927f49ae259a

(nxml-end-of-heading): Fix typo in condition-case handler.
author Glenn Morris <rgm@gnu.org>
date Fri, 18 Sep 2009 07:25:14 +0000
parents 8a45209e673f
children 40ab4c53d7a6
files lisp/ChangeLog lisp/nxml/nxml-outln.el
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <nickrob@snap.net.nz>
--- 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)