1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00

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

This commit is contained in:
Glenn Morris 2009-09-18 07:25:14 +00:00
parent 07eae5c5e0
commit 770af4b440
2 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -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)