From 6078594b13acd595cbcb9c5050be066786448848 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 20 Jul 2015 14:54:47 +0200 Subject: emacs: Require 'cl-lib'. * emacs/guix-emacs.el: Require 'cl-lib', for 'cl-pushnew'. --- emacs/guix-emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/guix-emacs.el b/emacs/guix-emacs.el index ddcef0a9e5..0e3e8c211c 100644 --- a/emacs/guix-emacs.el +++ b/emacs/guix-emacs.el @@ -25,6 +25,7 @@ ;;; Code: (require 'guix-profiles) +(require 'cl-lib) (defcustom guix-emacs-activate-after-operation t "Activate Emacs packages after installing. -- cgit v1.2.3