diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmds.c b/src/cmds.c index c1f92c745f6..2273aa03002 100644 --- a/src/cmds.c +++ b/src/cmds.c | |||
| @@ -398,7 +398,7 @@ internal_self_insert (c, noautofill) | |||
| 398 | && XINT (current_buffer->tab_width) > 0 | 398 | && XINT (current_buffer->tab_width) > 0 |
| 399 | && XFASTINT (current_buffer->tab_width) < 20 | 399 | && XFASTINT (current_buffer->tab_width) < 20 |
| 400 | && (target_clm = (current_column () | 400 | && (target_clm = (current_column () |
| 401 | + XINT (Fchar_width (make_number (c2)))), | 401 | + XINT (Fchar_width (make_number (c)))), |
| 402 | target_clm % XFASTINT (current_buffer->tab_width))))) | 402 | target_clm % XFASTINT (current_buffer->tab_width))))) |
| 403 | { | 403 | { |
| 404 | int pos = PT; | 404 | int pos = PT; |