Undo last change.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 30 Nov 2008 16:21:20 +0000 (16:21 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 30 Nov 2008 16:21:20 +0000 (16:21 +0000)
lisp/ChangeLog
lisp/allout.el

index 827333a..e22d1d8 100644 (file)
@@ -1,8 +1,5 @@
 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.
 
index b25a127..f796bae 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)