emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog nxml/nxml-outln.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog nxml/nxml-outln.el
Date: Fri, 18 Sep 2009 07:25:18 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/09/18 07:25:17

Modified files:
        lisp           : ChangeLog 
        lisp/nxml      : nxml-outln.el 

Log message:
        (nxml-end-of-heading): Fix typo in condition-case handler.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16199&r2=1.16200
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/nxml/nxml-outln.el?cvsroot=emacs&r1=1.8&r2=1.9

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16199
retrieving revision 1.16200
diff -u -b -r1.16199 -r1.16200
--- ChangeLog   18 Sep 2009 07:16:49 -0000      1.16199
+++ ChangeLog   18 Sep 2009 07:25:14 -0000      1.16200
@@ -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  <address@hidden>

Index: nxml/nxml-outln.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/nxml/nxml-outln.el,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- nxml/nxml-outln.el  5 Jan 2009 03:22:51 -0000       1.8
+++ nxml/nxml-outln.el  18 Sep 2009 07:25:17 -0000      1.9
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]