Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Jun 25, 2022
1 parent 01e1a1f commit 793151c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions justl.el
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ ARGS is a plist that affects how the process is run.
(or (plist-get args :buffer) justl--output-process-buffer)))
(process-name (or (plist-get args :process) justl--compilation-process-name))
(mode (or (plist-get args :mode) 'justl-compile-mode))
(justfile justl--justfile)
(directory (or (plist-get args :directory) (f-dirname justl--justfile)))
(sentinel (or (plist-get args :sentinel) #'justl--sentinel))
(inhibit-read-only t))
Expand Down Expand Up @@ -369,12 +368,6 @@ ARGS is a plist that affects how the process is run.
:process "just"
:mode 'justl-compile-mode)))

(defconst justl-mode-compilation-finished "^Target execution \\(finished\\).*")

(defvar sibi-test
'(justl-mode-compilation-finished (0 '(face nil compilation-message nil help-echo nil mouse-face nil) t)
()) )

(defvar justl-mode-font-lock-keywords
'(
("^Target execution \\(finished\\).*"
Expand Down

0 comments on commit 793151c

Please sign in to comment.