Explorar o código

org-agenda: Fix wrong number of arguments error

* lisp/org-agenda.el (org-agenda-get-restriction-and-command): Fix
  typo.
Nicolas Goaziou %!s(int64=6) %!d(string=hai) anos
pai
achega
c07bf18b50
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ": "
 			      (cond
 			       ((stringp match)
-				(propertize match nil 'face 'org-warning))
+				(propertize match 'face 'org-warning))
 			       ((listp type)
 				(format "set of %d commands" (length type)))))))
 	       (t