diff options
author | Alex Kost <alezost@gmail.com> | 2015-10-27 17:51:03 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-10-27 21:54:57 +0300 |
commit | cfd56de3d85dd260e1d8fb03f55d4d0735492b16 (patch) | |
tree | 4cbca9fdaa1f7438a8c42731c118482ddb9e4b37 | |
parent | e1d331863469d09d104f78839a03c0a736697cbc (diff) | |
download | guix-cfd56de3d85dd260e1d8fb03f55d4d0735492b16.tar 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*'.
-rw-r--r-- | 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 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) |