diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-07 20:28:25 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-07 20:28:25 +0200 |
commit | f3f8e37fa7b4a49379f7b1a61d22a6c68e3fadff (patch) | |
tree | 0802a4624471024f39c94683bfd90cb72c3717c8 /lisp/info.el | |
parent | 9888ff71e38a45c471074bf270be90cd5280ec49 (diff) | |
download | emacs-f3f8e37fa7b4a49379f7b1a61d22a6c68e3fadff.tar.gz |
(Info-mode-map): Remove S-TAB binding, since [backtab] should cover it
Fixes: debbugs:1281
Diffstat (limited to 'lisp/info.el')
-rw-r--r-- | lisp/info.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index 047a1b340a0..158f6929a7a 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -3645,7 +3645,6 @@ If FORK is non-nil, it is passed to `Info-goto-node'." (define-key map "\C-m" 'Info-follow-nearest-node) (define-key map "\t" 'Info-next-reference) (define-key map "\e\t" 'Info-prev-reference) - (define-key map [(shift tab)] 'Info-prev-reference) (define-key map [backtab] 'Info-prev-reference) (define-key map "1" 'Info-nth-menu-item) (define-key map "2" 'Info-nth-menu-item) |