From 45bcbfb6e2fd34f371a9355f157334a42249e331 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 24 Aug 2018 17:36:23 +0900 Subject: [PATCH] Fix some warnings --- emacs.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index af31914..bff83dc 100644 --- a/emacs.el +++ b/emacs.el @@ -748,7 +748,9 @@ found, otherwise returns nil." ;; Include some extra modes (require 'generic-x) -(autoload-eval-lazily 'compile nil +(with-eval-after-load 'compile + (defvar compilation-filter-start) + (defvar compilation-error-regexp-alist) (require 'ansi-color) (add-hook 'compilation-filter-hook (lambda ()