aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index f21f652fa3e..898b4572450 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -2927,7 +2927,7 @@ struct sortstr
2927{ 2927{
2928 Lisp_Object string, string2; 2928 Lisp_Object string, string2;
2929 int size; 2929 int size;
2930 int priority; 2930 EMACS_INT priority;
2931}; 2931};
2932 2932
2933struct sortstrlist 2933struct sortstrlist