Fix code typo in 06c064e9 (take 2)

This commit is contained in:
Bastien 2021-05-15 14:26:56 +02:00
parent 77213acb8f
commit ed5e28939b
1 changed files with 2 additions and 2 deletions

View File

@ -7069,8 +7069,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)