Mercurial > emacs
changeset 24457:5ab0869ed2c8
(outline-back-to-heading): fix invisible-ok.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 09 Mar 1999 03:13:28 +0000 |
parents | c79fbd7d8162 |
children | 1544b0109c3b |
files | lisp/textmodes/outline.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/outline.el Tue Mar 09 03:09:39 1999 +0000 +++ b/lisp/textmodes/outline.el Tue Mar 09 03:13:28 1999 +0000 @@ -338,7 +338,7 @@ "Move to previous heading line, or beg of this line if it's a heading. Only visible heading lines are considered, unless INVISIBLE-OK is non-nil." (beginning-of-line) - (or (outline-on-heading-p t) + (or (outline-on-heading-p invisible-ok) (let (found) (save-excursion (while (not found)