diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-07-20 14:54:47 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-20 22:25:42 +0200 |
commit | 6078594b13acd595cbcb9c5050be066786448848 (patch) | |
tree | b5c1f3b12d7265bd5463e445c3511db107d617dc /emacs/guix-emacs.el | |
parent | 8bff3d1e44dfe72f1f74a8a1a4aa1cac4013b9c0 (diff) | |
download | patches-6078594b13acd595cbcb9c5050be066786448848.tar patches-6078594b13acd595cbcb9c5050be066786448848.tar.gz |
emacs: Require 'cl-lib'.
* emacs/guix-emacs.el: Require 'cl-lib', for 'cl-pushnew'.
Diffstat (limited to 'emacs/guix-emacs.el')
-rw-r--r-- | emacs/guix-emacs.el | 1 |
1 files changed, 1 insertions, 0 deletions
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. |