From 793151c17576c3be3d5c38a330cbb7f18a67ff66 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Sat, 25 Jun 2022 12:22:39 +0530 Subject: [PATCH] Fix warnings --- justl.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/justl.el b/justl.el index 5b16dd1..e314381 100644 --- a/justl.el +++ b/justl.el @@ -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)) @@ -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\\).*"