diff options
| author | Gerd Moellmann | 2001-01-29 16:31:00 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-29 16:31:00 +0000 |
| commit | 4eefd9d2100d0a4e4a806851ffe89483026dfe66 (patch) | |
| tree | 438904cd0dd1ae990d307fcf488c75ce4b708003 /src/xdisp.c | |
| parent | e2a802843743472fb362123d0185b2ee8c38d6a9 (diff) | |
| download | emacs-4eefd9d2100d0a4e4a806851ffe89483026dfe66.tar.gz emacs-4eefd9d2100d0a4e4a806851ffe89483026dfe66.zip | |
(forward_to_next_line_start): Remove xassert.
Diffstat (limited to 'src/xdisp.c')
| -rw-r--r-- | src/xdisp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index dffef44f487..149741d9857 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -3547,7 +3547,6 @@ forward_to_next_line_start (it, skipped_p) | |||
| 3547 | } | 3547 | } |
| 3548 | 3548 | ||
| 3549 | it->selective = old_selective; | 3549 | it->selective = old_selective; |
| 3550 | xassert (!newline_found_p || FETCH_BYTE (IT_BYTEPOS (*it) - 1) == '\n'); | ||
| 3551 | return newline_found_p; | 3550 | return newline_found_p; |
| 3552 | } | 3551 | } |
| 3553 | 3552 | ||