mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-11 09:20:32 +00:00
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
Block a user