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
a471d898
Commit
a471d898
authored
Nov 30, 2008
by
Chong Yidong
Browse files
Undo last change.
parent
3cc8b5ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
lisp/ChangeLog
lisp/ChangeLog
+0
-3
lisp/allout.el
lisp/allout.el
+1
-1
No files found.
lisp/ChangeLog
View file @
a471d898
2008-11-30 Chong Yidong <cyd@stupidchicken.com>
* allout.el (allout-keybindings-list): Remove C-h binding to allow
users to ask for help.
* wdired.el (wdired-finish-edit): If displaying a single file,
change dired-directory if that file was renamed.
...
...
lisp/allout.el
View file @
a471d898
...
...
@@ -136,7 +136,7 @@ unless optional third, non-nil element is present.")
; Exposure commands:
("\C-i" allout-show-children)
("\C-s" allout-show-current-subtree)
;;
("\C-h" allout-hide-current-subtree)
("\C-h" allout-hide-current-subtree)
("\C-t" allout-toggle-current-subtree-exposure)
("h" allout-hide-current-subtree)
("\C-o" allout-show-current-entry)
...
...
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