From c07bf18b502db00ecb2cfc69a54a35c52a78d197 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 25 Feb 2019 02:15:47 +0100 Subject: [PATCH] org-agenda: Fix wrong number of arguments error * lisp/org-agenda.el (org-agenda-get-restriction-and-command): Fix typo. --- lisp/org-agenda.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index c5669c890..c1a8a44f2 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -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