[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: emacs: Use 'switch-to-generation*'.
From: |
Alex Kost |
Subject: |
03/05: emacs: Use 'switch-to-generation*'. |
Date: |
Tue, 27 Oct 2015 18:58:44 +0000 |
alezost pushed a commit to branch master
in repository guix.
commit cfd56de3d85dd260e1d8fb03f55d4d0735492b16
Author: Alex Kost <address@hidden>
Date: Tue Oct 27 17:51:03 2015 +0300
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*'.
---
emacs/guix-base.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/emacs/guix-base.el b/emacs/guix-base.el
index e64e375..2e99c54 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)