From 83a915d3dfafd5f3d737afe1e13b75e4dd3aef96 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sun, 25 Apr 2021 20:56:32 +0200 Subject: [PATCH] * lisp/startup.el (comp-eln-load-path): Silence a warning. --- lisp/startup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/startup.el b/lisp/startup.el index 89d4c8ae31d..a21372a0463 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -519,6 +519,7 @@ DIRS are relative." xdg-dir) (t emacs-d-dir)))) +(defvar comp-eln-load-path) (defun normal-top-level () "Emacs calls this function when it first starts up. It sets `command-line-processed', processes the command-line, @@ -538,7 +539,6 @@ It is the default value of the variable `top-level'." (when (featurep 'nativecomp) ;; Form `comp-eln-load-path'. - (defvar comp-eln-load-path) (let ((path-env (getenv "EMACSNATIVELOADPATH"))) (when path-env (dolist (path (split-string path-env path-separator)) -- 2.39.5