aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab2011-07-17 12:35:42 +0200
committerAndreas Schwab2011-07-17 12:35:42 +0200
commit46cfea45c4ec986e4cd3e8c4e0a25054841735eb (patch)
tree724dbcf628b78783c4cabc2457438d452629b8f9 /src
parent0a6a104b857cb873072e0ec38ecd27ba635a477d (diff)
downloademacs-46cfea45c4ec986e4cd3e8c4e0a25054841735eb.tar.gz
emacs-46cfea45c4ec986e4cd3e8c4e0a25054841735eb.zip
Fix last change
Diffstat (limited to 'src')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c
index ef1b1a812d2..8b46f382694 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -3010,7 +3010,7 @@ read1 (register Lisp_Object readcharfun, int *pch, int first_in_list)
3010 { 3010 {
3011 char *p = read_buffer; 3011 char *p = read_buffer;
3012 int quoted = 0; 3012 int quoted = 0;
3013 int start_position = readchar_count - 1; 3013 EMACS_INT start_position = readchar_count - 1;
3014 3014
3015 { 3015 {
3016 char *end = read_buffer + read_buffer_size; 3016 char *end = read_buffer + read_buffer_size;