org-agenda.el: Avoid dependency on subr-x

* lisp/org-agenda.el (org-agenda-highlight-todo): Do not use `string-empty-p'.

Restore compatibility with Emacs-24.3.
This commit is contained in:
Maxim Nikulin 2021-08-04 22:20:47 +07:00 committed by Bastien
parent 413060b471
commit 3f5605e66c
1 changed files with 1 additions and 1 deletions

View File

@ -7080,7 +7080,7 @@ The optional argument TYPE tells the agenda type."
(setq x
(concat
(substring x 0 (match-end 1))
(unless (string-empty-p org-agenda-todo-keyword-format)
(unless (string= org-agenda-todo-keyword-format "")
(format org-agenda-todo-keyword-format
(match-string 2 x)))
;; Remove `display' property as the icon could leak