Mercurial > emacs
changeset 68279:fae5d0cc2b1d
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 20 Jan 2006 01:21:18 +0000 |
parents | 125d04254c22 |
children | c1db05754431 |
files | lisp/outline.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)))))