* lisp/org-macs.el (org-time-convert-to-list): Provide declaration

Update obsolete declaration using the function that is used now.
This fixes native-comp warning.
This commit is contained in:
Ihor Radchenko 2023-07-30 12:27:21 +03:00
parent 01bf57488c
commit dd586c5f42
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ Version mismatch is commonly encountered in the following situations:
(declare-function org-fold-core-with-forced-fontification "org-fold" (&rest body))
(declare-function org-fold-folded-p "org-fold" (&optional pos limit ignore-hidden-p previous-p))
(declare-function string-collate-lessp "org-compat" (s1 s2 &optional locale ignore-case))
(declare-function org-time-convert-to-integer "org-compat" (time))
(declare-function org-time-convert-to-list "org-compat" (time))
(defvar org-ts-regexp0)
(defvar ffap-url-regexp)