mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 11:21:04 -08:00
Fix last change
This commit is contained in:
parent
0a6a104b85
commit
46cfea45c4
1 changed files with 1 additions and 1 deletions
|
|
@ -3010,7 +3010,7 @@ read1 (register Lisp_Object readcharfun, int *pch, int first_in_list)
|
|||
{
|
||||
char *p = read_buffer;
|
||||
int quoted = 0;
|
||||
int start_position = readchar_count - 1;
|
||||
EMACS_INT start_position = readchar_count - 1;
|
||||
|
||||
{
|
||||
char *end = read_buffer + read_buffer_size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue