# HG changeset patch # User Richard M. Stallman # Date 1137720078 0 # Node ID fae5d0cc2b1dfc5c92bcd9f0a16c87dc1a2614f4 # Parent 125d04254c221f1651148939e9e102a7b6e37d40 Comment change. diff -r 125d04254c22 -r fae5d0cc2b1d lisp/outline.el --- a/lisp/outline.el Thu Jan 19 23:26:04 2006 +0000 +++ b/lisp/outline.el Fri Jan 20 01:21:18 2006 +0000 @@ -807,6 +807,7 @@ (interactive) (save-excursion (outline-back-to-heading) +;; Turned off to fix bug reported by Otto Maddox on 22 Nov 2005. ;; (outline-end-of-heading) (hide-region-body (point) (progn (outline-end-of-subtree) (point)))))