emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 63e7dd4: Fix preserving cell boundaries in table.el after <delete


From: Eli Zaretskii
Subject: master 63e7dd4: Fix preserving cell boundaries in table.el after <delete>
Date: Sat, 30 Nov 2019 06:56:45 -0500 (EST)

branch: master
commit 63e7dd4360bd687ea518138b63ef745e30099f4c
Author: Michal Sojka <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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)
---
 lisp/textmodes/table.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el
index 92aaa46..56a8114 100644
--- a/lisp/textmodes/table.el
+++ b/lisp/textmodes/table.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]