fix(emacs/lean-flycheck): typo
This commit is contained in:
parent
44a4b55c26
commit
523a576bbe
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
|||
;; show current task when not in current file
|
||||
(when (and cur-task
|
||||
(not (equal cur-fn (plist-get cur-task :file_name))))
|
||||
(setq display-tasks (cons cur-task display-task)))
|
||||
(setq display-tasks (cons cur-task display-tasks)))
|
||||
(mapcar (lambda (task) (apply #'lean-flycheck-parse-task checker buffer cur-fn task))
|
||||
display-tasks))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue