From: Chong Yidong Date: Sun, 30 Nov 2008 16:21:20 +0000 (+0000) Subject: Undo last change. X-Git-Tag: emacs-pretest-23.0.90~1407 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a471d898f9e3a59eb8a917376d5bb18bdd284cb1;p=emacs.git Undo last change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 827333a7aba..e22d1d8c475 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,8 +1,5 @@ 2008-11-30 Chong Yidong - * 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. diff --git a/lisp/allout.el b/lisp/allout.el index b25a1271aae..f796baecc8b 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -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)