emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible bug in `hide-other'.


From: Richard Stallman
Subject: Re: Possible bug in `hide-other'.
Date: Sun, 26 Sep 2004 14:21:22 -0400

Does this fix it?

*** outline.el  10 May 2004 12:26:21 -0400      1.7
--- outline.el  26 Sep 2004 10:50:01 -0400      
***************
*** 808,814 ****
      (save-excursion
        (outline-back-to-heading t)
        (show-entry)
!       (while (condition-case nil (progn (outline-up-heading 1) (not (bobp)))
               (error nil))
        (outline-flag-region (1- (point))
                             (save-excursion (forward-line 1) (point))
--- 808,814 ----
      (save-excursion
        (outline-back-to-heading t)
        (show-entry)
!       (while (condition-case nil (progn (outline-up-heading 1 t) (not (bobp)))
               (error nil))
        (outline-flag-region (1- (point))
                             (save-excursion (forward-line 1) (point))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]