浏览代码

Merge branch 'maint'

Nicolas Goaziou 8 年之前
父节点
当前提交
3c729c7c0b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-table.el

+ 1 - 1
lisp/org-table.el

@@ -4395,7 +4395,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]