From 3472bb20c5521f9dc85404a4dab9abef11c87a22 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Sun, 28 Sep 2014 09:32:41 +0400 Subject: 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'. --- emacs/guix-info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/guix-info.el') 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) -- cgit v1.2.3