diff options
Diffstat (limited to 'src/indent.c')
-rw-r--r-- | src/indent.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indent.c b/src/indent.c index f630ebb847c..adecc3622a8 100644 --- a/src/indent.c +++ b/src/indent.c @@ -925,6 +925,7 @@ position_indentation (ptrdiff_t pos_byte) case 0240: if (! NILP (BVAR (current_buffer, enable_multibyte_characters))) return column; + FALLTHROUGH; case ' ': column++; break; |