From ec65badbaa7114e56e6510f28b744d2b9ea8115f Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 23 Mar 2012 23:29:05 +0100 Subject: [PATCH] Removing duplicate key definitions for 'pcomplete. See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9809 for details. --- lisp/org.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 2aa7df45d..402338456 100644 --- a/lisp/org.el +++ b/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))