aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 14d3aa6d5ee..8c340a23d23 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -935,6 +935,3 @@ extern int last_per_buffer_idx;
935 935
936#define PER_BUFFER_TYPE(OFFSET) \ 936#define PER_BUFFER_TYPE(OFFSET) \
937 (*(Lisp_Object *)((OFFSET) + (char *) &buffer_local_types)) 937 (*(Lisp_Object *)((OFFSET) + (char *) &buffer_local_types))
938
939/* arch-tag: 679305dd-d41c-4a50-b170-3caf5c97b2d1
940 (do not change this comment) */