From 6105643903b5933508f5aa296663136ec2e7ba4b Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 23 May 2016 01:19:29 +0200 Subject: [PATCH] org-table: Fix 4914f89 * lisp/org-table.el (orgtbl-setup): Fix improper key binding specification. Reported-by: Alex --- lisp/org-table.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-table.el b/lisp/org-table.el index 433b4ed09..c57eb5d33 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -4402,7 +4402,7 @@ to execute outside of tables." [(shift tab)] [(tab)] "\C-i")) (org-defkey orgtbl-mode-map [backspace] (orgtbl-make-binding 'org-delete-backward-char 109 - [backspace] [(del)])) + [backspace] (kbd "DEL"))) (unless (featurep 'xemacs) (org-defkey orgtbl-mode-map [S-iso-lefttab] -- 2.11.4.GIT