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.
; 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)