]> git.eshelyaron.com Git - emacs.git/commitdiff
(allout-keybindings-list): Remove C-h binding to allow users to ask
authorChong Yidong <cyd@stupidchicken.com>
Sun, 30 Nov 2008 16:19:31 +0000 (16:19 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 30 Nov 2008 16:19:31 +0000 (16:19 +0000)
for help.

lisp/allout.el

index 0c60e5424d04e6be238907ce82bf703eaa344cbe..b25a1271aae46e113288921f9fb196a3ab0d8ea1 100644 (file)
@@ -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)