From 363d51c4a0f5427a2c83273f1047a302336d9eba Mon Sep 17 00:00:00 2001 From: Christian Schwarzgruber Date: Mon, 13 Jan 2020 10:50:38 +0100 Subject: [PATCH] lisp/subr.el: Fix invalid-function `with-connection-local-variables` --- lisp/subr.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/subr.el b/lisp/subr.el index a4fdc6b..f16b032 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -27,6 +27,8 @@ ;; declare-function's args use &rest, not &optional, for compatibility ;; with byte-compile-macroexpand-declare-function. +(eval-when-compile (require 'files-x)) ; for with-connection-local-variables + (defmacro declare-function (_fn _file &rest _args) "Tell the byte-compiler that function FN is defined, in FILE. The FILE argument is not used by the byte-compiler, but by the -- 2.7.4