mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor: replace point-at-{b,e}ol
These were deprecated in 29.1. We'll switch to pol-bol and pos-eol if/when we drop 28.x support.
This commit is contained in:
@ -225,7 +225,7 @@ is tomorrow. With two prefixes, select the deadline."
|
||||
(when (re-search-forward sec nil t)
|
||||
(let (org-M-RET-may-split-line
|
||||
(lev (org-outline-level))
|
||||
(folded-p (invisible-p (point-at-eol)))
|
||||
(folded-p (invisible-p (line-end-position)))
|
||||
(from (plist-get msg :from)))
|
||||
(when (consp (car from)) ; Occurs when using mu4e 1.8+.
|
||||
(setq from (car from)))
|
||||
|
Reference in New Issue
Block a user