Mercurial > emacs
changeset 100071:cec8075ffd87
(allout-keybindings-list): Remove C-h binding to allow users to ask
for help.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 30 Nov 2008 16:19:31 +0000 |
parents | 13991fdfb004 |
children | 57669bec1c83 |
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: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)