Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f3f8e37f
Commit
f3f8e37f
authored
Jul 07, 2011
by
Lars Magne Ingebrigtsen
Browse files
(Info-mode-map): Remove S-TAB binding, since [backtab] should cover it
Fixes: debbugs:1281
parent
9888ff71
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/info.el
lisp/info.el
+0
-1
No files found.
lisp/ChangeLog
View file @
f3f8e37f
2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
* info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
should cover it (bug#1281).
* cus-edit.el (custom-show): Marked as obsolete.
* net/network-stream.el (network-stream-open-starttls): If gnutls
...
...
lisp/info.el
View file @
f3f8e37f
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment