From: Eli Zaretskii Date: Sun, 1 Oct 2017 16:12:30 +0000 (+0300) Subject: Avoid compilation warning in electric.el X-Git-Tag: emacs-27.0.90~6273 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb47c72de35312b742a1964b31ff315727baed00;p=emacs.git Avoid compilation warning in electric.el * lisp/electric.el: Require 'elec-pair' when compiling, to avoid a compiler warning. --- 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