]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 20 Jan 2006 01:21:18 +0000 (01:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 20 Jan 2006 01:21:18 +0000 (01:21 +0000)
lisp/outline.el

index 8baa9f102ea13bb0be64749fe63525b332c97a77..eed84bd61c7bccacd00460ce0542c4344b12221e 100644 (file)
@@ -807,6 +807,7 @@ Show the heading too, if it is currently invisible."
   (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)))))