From: Richard M. Stallman Date: Fri, 20 Jan 2006 01:21:18 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-pretest-22.0.90~4675 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4af23f81513c3e52a5e059d8431fff72685e7ff6;p=emacs.git Comment change. --- 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)))))