diff options
author | Alex Kost <alezost@gmail.com> | 2016-04-07 19:07:23 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-04-18 10:09:02 +0300 |
commit | 27986d7b192f23eb4185d5ff0135d0a0470cd86a (patch) | |
tree | 0e727017b3cf5829c67d1b8719952a9e13bcd247 /emacs.am | |
parent | 79c7a8f214707c98c1ea1936fd62baec41177a81 (diff) | |
download | patches-27986d7b192f23eb4185d5ff0135d0a0470cd86a.tar patches-27986d7b192f23eb4185d5ff0135d0a0470cd86a.tar.gz |
emacs: Separate package license code.
Move list/info interface code from "guix-license.el" to
"guix-ui-license.el".
* emacs/guix-license.el (guix-license-get-entries, guix-license-get-display)
(guix-license-insert-packages-button, guix-license-insert-comment)
(guix-licenses): Move to...
* emacs/guix-ui-license.el: ... here. New file.
* emacs.am (ELFILES): Add it.
Diffstat (limited to 'emacs.am')
-rw-r--r-- | emacs.am | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ ELFILES = \ emacs/guix-profiles.el \ emacs/guix-read.el \ emacs/guix-ui.el \ + emacs/guix-ui-license.el \ emacs/guix-ui-package.el \ emacs/guix-ui-generation.el \ emacs/guix-ui-system-generation.el \ |