aboutsummaryrefslogtreecommitdiffstats
path: root/src/indent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/indent.c')
-rw-r--r--src/indent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c
index 881e5d7ddaf..d4b15e876f3 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -336,7 +336,7 @@ current_column (void)
336 336
337 /* If the buffer has overlays, text properties, 337 /* If the buffer has overlays, text properties,
338 or multibyte characters, use a more general algorithm. */ 338 or multibyte characters, use a more general algorithm. */
339 if (buffer_get_intervals (current_buffer) 339 if (buffer_intervals (current_buffer)
340 || buffer_has_overlays () 340 || buffer_has_overlays ()
341 || Z != Z_BYTE) 341 || Z != Z_BYTE)
342 return current_column_1 (); 342 return current_column_1 ();