aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h
index b13aab8443e..9ca714b6707 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -1029,7 +1029,7 @@ extern int last_per_buffer_idx;
1029#define FOR_EACH_PER_BUFFER_OBJECT_AT(offset) \ 1029#define FOR_EACH_PER_BUFFER_OBJECT_AT(offset) \
1030 for (offset = PER_BUFFER_VAR_OFFSET (name); \ 1030 for (offset = PER_BUFFER_VAR_OFFSET (name); \
1031 offset <= PER_BUFFER_VAR_OFFSET (cursor_in_non_selected_windows); \ 1031 offset <= PER_BUFFER_VAR_OFFSET (cursor_in_non_selected_windows); \
1032 offset += sizeof (Lisp_Object)) 1032 offset += word_size)
1033 1033
1034/* Return the index of buffer-local variable VAR. Each per-buffer 1034/* Return the index of buffer-local variable VAR. Each per-buffer
1035 variable has an index > 0 associated with it, except when it always 1035 variable has an index > 0 associated with it, except when it always