~ruther/guix-local

cfd56de3d85dd260e1d8fb03f55d4d0735492b16 — Alex Kost 10 years ago e1d3318
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*'.
1 files changed, 1 insertions(+), 1 deletions(-)

M emacs/guix-base.el
M emacs/guix-base.el => emacs/guix-base.el +1 -1
@@ 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)