diff --git a/lisp/org-table.el b/lisp/org-table.el index 688628105..a13b06338 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -4154,7 +4154,7 @@ overwritten, and the table is not marked as requiring realignment." (looking-at "[^|\n]* +|")) (let (org-table-may-need-update) (goto-char (1- (match-end 0))) - (delete-backward-char 1) + (backward-delete-char 1) (goto-char (match-beginning 0)) (self-insert-command N)) (setq org-table-may-need-update t) diff --git a/lisp/org.el b/lisp/org.el index ee015f2cb..d0703ee3a 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -17626,7 +17626,7 @@ overwritten, and the table is not marked as requiring realignment." (looking-at "[^|\n]* |")) (let (org-table-may-need-update) (goto-char (1- (match-end 0))) - (delete-backward-char 1) + (backward-delete-char 1) (goto-char (match-beginning 0)) (self-insert-command N))) (t