Comment: Add MAYBE

This commit is contained in:
Adam Porter 2018-06-08 18:06:24 -05:00
parent 86d2e38802
commit 27fb5f0852

View file

@ -269,6 +269,7 @@ comparator, PRIORITY should be a priority string."
PREDICATES is a list of one or more sorting methods, including: PREDICATES is a list of one or more sorting methods, including:
`deadline', `scheduled', and `priority'." `deadline', `scheduled', and `priority'."
;; FIXME: Test `date' type. ;; FIXME: Test `date' type.
;; MAYBE: Use macrolet instead of flet.
(cl-flet* ((sorter (symbol) (cl-flet* ((sorter (symbol)
(pcase symbol (pcase symbol
((or 'deadline 'scheduled) ((or 'deadline 'scheduled)