From bb47c72de35312b742a1964b31ff315727baed00 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 1 Oct 2017 19:12:30 +0300 Subject: [PATCH] Avoid compilation warning in electric.el * lisp/electric.el: Require 'elec-pair' when compiling, to avoid a compiler warning. --- lisp/electric.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/electric.el b/lisp/electric.el index 65e36b7a63f..599b584c146 100644 --- a/lisp/electric.el +++ b/lisp/electric.el @@ -39,6 +39,8 @@ ;;; Code: +(eval-when-compile (require 'elec-pair)) + ;; This loop is the guts for non-standard modes which retain control ;; until some event occurs. It is a `do-forever', the only way out is ;; to throw. It assumes that you have set up the keymap, window, and -- 2.39.2