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: Jim Porter
Subject: bug#68881: 30.0.50; [PATCH] Field properties confuse 'outline-minor-mode'
Date: Sun, 11 Feb 2024 10:19:18 -0800

On 2/11/2024 9:40 AM, Juri Linkov wrote:
@@ -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.

Attachment: 0001-Make-outline.el-ignore-field-properties-in-text.patch
Description: Text document


reply via email to

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