Removing duplicate key definitions for 'pcomplete.

See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9809 for details.
This commit is contained in:
Bastien Guerry 2012-03-23 23:29:05 +01:00
parent ce1f368013
commit ec65badbaa
1 changed files with 0 additions and 2 deletions

View File

@ -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))