summaryrefslogtreecommitdiff
path: root/lisp/outline.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/outline.el')
-rw-r--r--lisp/outline.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/outline.el b/lisp/outline.el
index 8baa9f102ea..eed84bd61c7 100644
--- a/lisp/outline.el
+++ b/lisp/outline.el
@@ -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)))))