aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmds.c b/src/cmds.c
index 8a6fb19535c..9dfd2b48a8f 100644
--- a/src/cmds.c
+++ b/src/cmds.c
@@ -283,6 +283,7 @@ internal_self_insert (c1, noautofill)
283 && (overwrite_binary_mode 283 && (overwrite_binary_mode
284 || FETCH_CHAR (point) != '\t' 284 || FETCH_CHAR (point) != '\t'
285 || XINT (current_buffer->tab_width) <= 0 285 || XINT (current_buffer->tab_width) <= 0
286 || XFASTINT (current_buffer->tab_width) > 20
286 || !((current_column () + 1) % XFASTINT (current_buffer->tab_width)))) 287 || !((current_column () + 1) % XFASTINT (current_buffer->tab_width))))
287 { 288 {
288 del_range (point, point + 1); 289 del_range (point, point + 1);