diff options
Diffstat (limited to 'lisp/nxml')
| -rw-r--r-- | lisp/nxml/nxml-outln.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 795 | (let ((pos (condition-case err | 795 | (let ((pos (condition-case err |
| 796 | (and (nxml-scan-element-forward (point) t) | 796 | (and (nxml-scan-element-forward (point) t) |
| 797 | xmltok-start) | 797 | xmltok-start) |
| 798 | nil))) | 798 | (nxml-scan-error nil)))) |
| 799 | (end-of-line) | 799 | (end-of-line) |
| 800 | (skip-chars-backward " \t") | 800 | (skip-chars-backward " \t") |
| 801 | (cond ((not pos) | 801 | (cond ((not pos) |