mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
* syntax.c (scan_sexps_forward): Fix byte position calculation
Bug#13664 (a.k.a Bug#13667) introduced with 2013-02-08 change.
This commit is contained in:
parent
2f108463fa
commit
68643cdeb6
2 changed files with 6 additions and 0 deletions
|
|
@ -3278,6 +3278,7 @@ do { prev_from = from; \
|
|||
|
||||
stop: /* Here if stopping before start of sexp. */
|
||||
from = prev_from; /* We have just fetched the char that starts it; */
|
||||
from_byte = prev_from_byte;
|
||||
goto done; /* but return the position before it. */
|
||||
|
||||
endquoted:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue