branch: master
commit 804a0d60a52ccb461e5da7cbe550d5ad7e25e9df
Author: Artur Malabarba <bruce.connor...@gmail.com>
Commit: Artur Malabarba <bruce.connor...@gmail.com>

    Add the require only when loading/compiling
---
 aggressive-indent.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/aggressive-indent.el b/aggressive-indent.el
index 718aa3b..ea2c6e4 100644
--- a/aggressive-indent.el
+++ b/aggressive-indent.el
@@ -88,6 +88,7 @@
 ;;; Code:
 
 (require 'cl-lib)
+(eval-when-compile (require 'names))
 
 ;;;###autoload
 (define-namespace aggressive-indent-

Reply via email to