Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2019-02-25 02:16:30 +01:00
commit 289e16d040
1 changed files with 1 additions and 1 deletions

View File

@ -3034,7 +3034,7 @@ s Search for keywords M Like m, but only TODO entries
(concat line ": "
(cond
((stringp match)
(propertize match nil 'face 'org-warning))
(propertize match 'face 'org-warning))
((listp type)
(format "set of %d commands" (length type)))))))
(t