summaryrefslogtreecommitdiff
path: root/emacs/guix-base.el
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2015-10-27 17:51:03 +0300
committerAlex Kost <alezost@gmail.com>2015-10-27 21:54:57 +0300
commitcfd56de3d85dd260e1d8fb03f55d4d0735492b16 (patch)
tree4cbca9fdaa1f7438a8c42731c118482ddb9e4b37 /emacs/guix-base.el
parente1d331863469d09d104f78839a03c0a736697cbc (diff)
downloadgnu-guix-cfd56de3d85dd260e1d8fb03f55d4d0735492b16.tar
gnu-guix-cfd56de3d85dd260e1d8fb03f55d4d0735492b16.tar.gz
emacs: Use 'switch-to-generation*'.
This is a followup to commit 06d45f4566469364b4c1fe6d3c71ecf58f5d4838. * emacs/guix-base.el (guix-switch-to-generation): Replace 'switch-to-generation' with 'switch-to-generation*'.
Diffstat (limited to 'emacs/guix-base.el')
-rw-r--r--emacs/guix-base.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/guix-base.el b/emacs/guix-base.el
index e64e375e33..2e99c545f0 100644
--- a/emacs/guix-base.el
+++ b/emacs/guix-base.el
@@ -1035,7 +1035,7 @@ Each element from GENERATIONS is a generation number."
profile generation)))
(guix-eval-in-repl
(guix-make-guile-expression
- 'switch-to-generation profile generation)
+ 'switch-to-generation* profile generation)
operation-buffer)))
(defun guix-package-source-path (package-id)