mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix preserving cell boundaries in table.el after <delete>
* lisp/textmodes/table.el (table-command-remap-alist): Add entry for 'delete-forward-char'. (Bug#38353)
This commit is contained in:
parent
64687872f6
commit
63e7dd4360
1 changed files with 1 additions and 0 deletions
|
|
@ -957,6 +957,7 @@ This is always set to nil at the entry to `table-with-cache-buffer' before execu
|
|||
(completion-separator-self-insert-autofilling . *table--cell-self-insert-command)
|
||||
(completion-separator-self-insert-command . *table--cell-self-insert-command)
|
||||
(delete-char . *table--cell-delete-char)
|
||||
(delete-forward-char . *table--cell-delete-char)
|
||||
(delete-backward-char . *table--cell-delete-backward-char)
|
||||
(backward-delete-char . *table--cell-delete-backward-char)
|
||||
(backward-delete-char-untabify . *table--cell-delete-backward-char)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue