bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#19493: [PATCH] Fix trailing ... for outline-toggle-children


From: Lars Ingebrigtsen
Subject: bug#19493: [PATCH] Fix trailing ... for outline-toggle-children
Date: Tue, 23 Feb 2016 22:27:20 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Oleh Krehel <o.krehel@tue.nl> writes:

>      (outline-flag-region (1- (point))
> -                         (progn (outline-next-preface) (point)) nil)))
> +                         (progn
> +                           (outline-next-preface)
> +                           (if (= 1 (- (point-max) (point)))
> +                               (point-max)
> +                             (point)))
> +                         nil)))

This looks like it was applied, so I'm closing the bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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