Browse Source

org-table: Fix 4914f89

* lisp/org-table.el (orgtbl-setup): Fix improper key binding
  specification.

Reported-by: Alex <agrambot@gmail.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/107287>
Nicolas Goaziou 9 years ago
parent
commit
6105643903
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-table.el

+ 1 - 1
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]