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

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

bug#68881: 30.0.50; [PATCH] Field properties confuse 'outline-minor-mode


From: Juri Linkov
Subject: bug#68881: 30.0.50; [PATCH] Field properties confuse 'outline-minor-mode'
Date: Mon, 12 Feb 2024 20:25:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu)

>>> @@ -725,7 +725,7 @@ outline-insert-heading
>>>             (not (string-match (concat "\\`\\(?:" outline-regexp "\\)")
>>>                                (concat head " "))))
>>>         (setq head (concat head " ")))
>>> -    (unless (bolp) (end-of-line) (newline))
>>> +    (unless (bolp) (goto-char (pos-bol)) (newline))
>> This looks like a typo.
>
> So it is. Fixed.

Thanks.  I see no more problems.





reply via email to

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