summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2019-02-25 02:15:47 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-02-25 02:15:47 +0100
commitc07bf18b502db00ecb2cfc69a54a35c52a78d197 (patch)
tree8e37cfd9b7428a868cdc32c1bd58226060f3596c
parent95e1f844ac257e2064fa2284f6d1e0203705a49c (diff)
downloadorg-mode-c07bf18b502db00ecb2cfc69a54a35c52a78d197.tar.gz
org-agenda: Fix wrong number of arguments error
* lisp/org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
-rw-r--r--lisp/org-agenda.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index c5669c8..c1a8a44 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