Fix backspace-from-2nd-line bug
This commit is contained in:
parent
d47ca9bb39
commit
ba1b91bc40
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ afterwards, kill line to column 1."
|
|||
whitespace as possible, or just one char (using `autopair-backspace')
|
||||
if that's not possible."
|
||||
(interactive)
|
||||
(if indent-tabs-mode
|
||||
(if (or indent-tabs-mode
|
||||
(= (point-at-bol) (point)))
|
||||
(call-interactively 'backward-delete-char)
|
||||
(let ((movement (% (current-column) tab-width))
|
||||
(p (point)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue