branch: externals/system-packages commit 4b774b972fa80c0088e9045f165cf651c7071196 Author: Alex Branham <bran...@utexas.edu> Commit: Alex Branham <bran...@utexas.edu>
Require cl-lib at compile time --- system-packages.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-packages.el b/system-packages.el index 4bf9175..7748e81 100644 --- a/system-packages.el +++ b/system-packages.el @@ -40,8 +40,8 @@ ;; ;;; Code: - -(require 'cl-lib) +(eval-when-compile + (require 'cl-lib)) (defgroup system-packages nil "Manages system packages"