diff options
author | Alex Kost <alezost@gmail.com> | 2014-09-28 09:32:41 +0400 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2014-09-28 22:46:15 +0400 |
commit | 3472bb20c5521f9dc85404a4dab9abef11c87a22 (patch) | |
tree | f8f69b5333a9a3bc67b4de8c149c4f1e4713bb77 /emacs/guix-info.el | |
parent | 2e269860c48696ca6fd0a76315a85ca3fd1ee3bc (diff) | |
download | guix-3472bb20c5521f9dc85404a4dab9abef11c87a22.tar guix-3472bb20c5521f9dc85404a4dab9abef11c87a22.tar.gz |
emacs: Use package/output type variables where needed.
* emacs/guix-list.el (guix-package-list-type, guix-output-list-describe-type):
Move to...
* emacs/guix-base.el: ... here. Rename 'guix-output-list-describe-type' to
'guix-package-info-type'.
* emacs/guix-info.el (guix-generation-info-insert-number): Use
'guix-package-list-type'.
* emacs/guix.el (guix-get-show-packages): Use 'guix-package-info-type'.
Diffstat (limited to 'emacs/guix-info.el')
-rw-r--r-- | emacs/guix-info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/guix-info.el b/emacs/guix-info.el index aefb32adb5..d0a320f7cf 100644 --- a/emacs/guix-info.el +++ b/emacs/guix-info.el @@ -620,7 +620,7 @@ ENTRY is an alist with package info." (guix-info-insert-action-button "Packages" (lambda (btn) - (guix-get-show-entries 'list 'package 'generation + (guix-get-show-entries 'list guix-package-list-type 'generation (button-get btn 'number))) "Show installed packages for this generation" 'number number) |