diff options
| author | Joakim Verona | 2013-02-11 00:03:42 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-02-11 00:03:42 +0100 |
| commit | 77f4834db1299b571b1fb3dfb120e5e50eec7cb1 (patch) | |
| tree | afe4035739ce5bd25799ed469f67939431ae91a3 /src/syntax.c | |
| parent | 33cc2cd4d53f845b7d1e681dbbe8166acdb652c3 (diff) | |
| parent | a4ba3963957c289a913b32bca9531aadcc3f377f (diff) | |
| download | emacs-77f4834db1299b571b1fb3dfb120e5e50eec7cb1.tar.gz emacs-77f4834db1299b571b1fb3dfb120e5e50eec7cb1.zip | |
auto upstream
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syntax.c b/src/syntax.c index 42500b0cb76..390d732944d 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -3278,6 +3278,7 @@ do { prev_from = from; \ | |||
| 3278 | 3278 | ||
| 3279 | stop: /* Here if stopping before start of sexp. */ | 3279 | stop: /* Here if stopping before start of sexp. */ |
| 3280 | from = prev_from; /* We have just fetched the char that starts it; */ | 3280 | from = prev_from; /* We have just fetched the char that starts it; */ |
| 3281 | from_byte = prev_from_byte; | ||
| 3281 | goto done; /* but return the position before it. */ | 3282 | goto done; /* but return the position before it. */ |
| 3282 | 3283 | ||
| 3283 | endquoted: | 3284 | endquoted: |