org-agenda: Fix wrong number of arguments error

* lisp/org-agenda.el (org-agenda-get-restriction-and-command): Fix
  typo.
This commit is contained in:
Nicolas Goaziou 2019-02-25 02:15:47 +01:00
parent 95e1f844ac
commit c07bf18b50
1 changed files with 1 additions and 1 deletions

View File

@ -3033,7 +3033,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