소스 검색

org-agenda: Fix wrong number of arguments error

* lisp/org-agenda.el (org-agenda-get-restriction-and-command): Fix
  typo.
Nicolas Goaziou 6 년 전
부모
커밋
c07bf18b50
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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