Browse Source

Fix some warnings

master
10sr 5 years ago
parent
commit
45bcbfb6e2
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el View File

@@ -748,7 +748,9 @@ found, otherwise returns nil."
;; Include some extra modes ;; Include some extra modes
(require 'generic-x) (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) (require 'ansi-color)
(add-hook 'compilation-filter-hook (add-hook 'compilation-filter-hook
(lambda () (lambda ()


Loading…
Cancel
Save