diff options
| author | Alex Kost <alezost@gmail.com> | 2017-06-08 12:58:40 +0300 |
|---|---|---|
| committer | Alex Kost <alezost@gmail.com> | 2017-06-08 12:58:40 +0300 |
| commit | e86f6340d1c035772bf80ec84736c07fc40d616d (patch) | |
| tree | dee62040ee6b62934cd6a8887cd10e8b87b8268b | |
| parent | elisp/ui-system-generation: Buttonize mount point (diff) | |
| download | guix-wigust-e86f6340d1c035772bf80ec84736c07fc40d616d.tar.gz | |
elisp/ui-package: Tiny insignificant change
* elisp/guix-ui-package.el (guix-package-info-insert-location): Move a
line to insert location button away from "let".
| -rw-r--r-- | elisp/guix-ui-package.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/guix-ui-package.el b/elisp/guix-ui-package.el index 426f129..1bbebee 100644 --- a/elisp/guix-ui-package.el +++ b/elisp/guix-ui-package.el @@ -415,8 +415,8 @@ formatted with this string, an action button is inserted.") (defun guix-package-info-insert-location (location &optional _) "Insert package LOCATION at point." (bui-insert-non-nil location + (bui-info-insert-value-indent location 'guix-package-location) (let ((location-file (car (split-string location ":")))) - (bui-info-insert-value-indent location 'guix-package-location) ;; Do not show "Packages" button if a package 'from file' is displayed. (unless (eq (guix-ui-current-search-type) 'from-file) (bui-insert-indent) |
