Merge branch 'maint'
This commit is contained in:
commit
289e16d040
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue