Fix bug, Patch by Bernt Hansen.

This commit is contained in:
Carsten Dominik 2008-09-24 19:21:54 +02:00
parent 7b54d28c30
commit 45cee29929
1 changed files with 1 additions and 0 deletions

View File

@ -9512,6 +9512,7 @@ the scanner. The following items can be given here:
org-todo-keyword-alist-for-agenda
org-tag-alist-for-agenda)
(cond
((eq match t) (setq matcher t))
((eq match nil) (setq matcher t))
(t (setq matcher (if match (org-make-tags-matcher match) t))))