Ver Fonte

org-agenda: Fix wrong number of arguments error

* lisp/org-agenda.el (org-agenda-get-restriction-and-command): Fix
  typo.
Nicolas Goaziou há 6 anos atrás
pai
commit
c07bf18b50
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
lisp/org-agenda.el

@@ -3033,7 +3033,7 @@ s   Search for keywords                 M   Like m, but only TODO entries
 		      (concat line ": "
 		      (concat line ": "
 			      (cond
 			      (cond
 			       ((stringp match)
 			       ((stringp match)
-				(propertize match nil 'face 'org-warning))
+				(propertize match 'face 'org-warning))
 			       ((listp type)
 			       ((listp type)
 				(format "set of %d commands" (length type)))))))
 				(format "set of %d commands" (length type)))))))
 	       (t
 	       (t