浏览代码

Removing duplicate key definitions for 'pcomplete.

See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9809 for details.
Bastien Guerry 13 年之前
父节点
当前提交
ec65badbaa
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      lisp/org.el

+ 0 - 2
lisp/org.el

@@ -17283,9 +17283,7 @@ BEG and END default to the buffer boundaries."
 (org-defkey org-mode-map "\C-i"       'org-cycle)
 (org-defkey org-mode-map [(tab)]      'org-cycle)
 (org-defkey org-mode-map [(control tab)] 'org-force-cycle-archived)
-(org-defkey org-mode-map [(meta tab)] 'pcomplete)
 (org-defkey org-mode-map "\M-\t" 'pcomplete)
-(org-defkey org-mode-map "\M-\C-i"      'pcomplete)
 ;; The following line is necessary under Suse GNU/Linux
 (unless (featurep 'xemacs)
   (org-defkey org-mode-map [S-iso-lefttab]  'org-shifttab))