Merge branch 'maint'

This commit is contained in:
Bastien 2020-01-29 21:49:22 +01:00
commit a7770e6333
1 changed files with 2 additions and 3 deletions

View File

@ -7709,11 +7709,10 @@ the variable `org-agenda-auto-exclude-function'."
(and fe (org-agenda-filter-apply
(setq org-agenda-effort-filter fe) 'effort))
(and fr (org-agenda-filter-apply
(setq org-agenda-regexp-filter fr) 'regexp))
)))
(setq org-agenda-regexp-filter fr) 'regexp)))))
(defun org-agenda-filter-completion-function (string _predicate &optional flag)
"Complete a complex filter string
"Complete a complex filter string.
FLAG specifies the type of completion operation to perform. This
function is passed as a collection function to `completing-read',
which see."