mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
emacs: Use 'switch-to-generation*'.
This is a followup to commit 06d45f4566
.
* emacs/guix-base.el (guix-switch-to-generation): Replace
'switch-to-generation' with 'switch-to-generation*'.
This commit is contained in:
parent
e1d3318634
commit
cfd56de3d8
1 changed files with 1 additions and 1 deletions
|
@ -1035,7 +1035,7 @@ Each element from GENERATIONS is a generation number."
|
||||||
profile generation)))
|
profile generation)))
|
||||||
(guix-eval-in-repl
|
(guix-eval-in-repl
|
||||||
(guix-make-guile-expression
|
(guix-make-guile-expression
|
||||||
'switch-to-generation profile generation)
|
'switch-to-generation* profile generation)
|
||||||
operation-buffer)))
|
operation-buffer)))
|
||||||
|
|
||||||
(defun guix-package-source-path (package-id)
|
(defun guix-package-source-path (package-id)
|
||||||
|
|
Loading…
Reference in a new issue