Pack parenthesis
This commit is contained in:
parent
bf2ad803e6
commit
bfa2c2c465
1 changed files with 1 additions and 2 deletions
|
@ -65,8 +65,7 @@
|
|||
(defun taskwarrior--get-filter-as-string ()
|
||||
(if (local-variable-p 'taskwarrior-active-filters)
|
||||
(mapconcat 'identity taskwarrior-active-filters " ")
|
||||
"")
|
||||
)
|
||||
""))
|
||||
|
||||
(defun taskwarrior--set-filter (filter)
|
||||
(cond ((stringp filter) (setq-local taskwarrior-active-filters (split-string filter " ")))
|
||||
|
|
Loading…
Reference in a new issue