# HG changeset patch # User Chong Yidong # Date 1228061971 0 # Node ID cec8075ffd871a4a0c76a143d839b3caa022a140 # Parent 13991fdfb004a09a0a5471b063ec3fde53bb1821 (allout-keybindings-list): Remove C-h binding to allow users to ask for help. diff -r 13991fdfb004 -r cec8075ffd87 lisp/allout.el --- a/lisp/allout.el Sun Nov 30 16:19:20 2008 +0000 +++ b/lisp/allout.el Sun Nov 30 16:19:31 2008 +0000 @@ -136,7 +136,7 @@ ; 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)