Merge branch 'maint'

This commit is contained in:
Bastien 2021-05-15 14:27:06 +02:00
commit 937a0d8598
1 changed files with 2 additions and 2 deletions

View File

@ -7150,8 +7150,8 @@ The optional argument TYPE tells the agenda type."
;; Remove `display' property as the icon could leak
;; on the white space.
(org-add-props " " (org-plist-delete (text-properties-at 0 x)
'display)))
(substring x (match-end 3))))))
'display))
(substring x (match-end 3)))))))
x)))
(defsubst org-cmp-values (a b property)