changeset 100072:57669bec1c83

Undo last change.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 30 Nov 2008 16:20:56 +0000
parents cec8075ffd87
children 199583e12fd2
files lisp/allout.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/allout.el	Sun Nov 30 16:19:31 2008 +0000
+++ b/lisp/allout.el	Sun Nov 30 16:20:56 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)