guix/emacs
Alex Kost 0b9cd3206a emacs: Rename internal procedures.
* emacs/guix-list.el (guix-list-get-param-title): Rename to...
  (guix-list-param-title): ... this.
  (guix-list-get-column-format): Rename to...
  (guix-list-format): ... this.
  (guix-list-get-displayed-params): Rename to...
  (guix-list-displayed-params): ... this.
  (guix-list-get-sort-key): Rename to...
  (guix-list-tabulated-sort-key): ... this.
  (guix-list-make-tabulated-vector): Rename to...
  (guix-list-tabulated-vector): ... this.
  (guix-list-get-list-format): Rename to...
  (guix-list-tabulated-format): ... this.
  (guix-list-get-tabulated-entries): Rename to...
  (guix-list-tabulated-entries): ... this.
  (guix-list-get-tabulated-entry): Rename to...
  (guix-list-tabulated-entry): ... this.
* emacs/guix-info.el (guix-info-get-displayed-params): Rename to...
  (guix-info-displayed-params): ... this.
* emacs/guix-base.el (guix-get-params-for-receiving): Adjust
  accordingly.
  (guix-get-name-spec): Rename to...
  (guix-package-name-specification): ... this.
  (guix-get-full-name): Merge this and...
  (guix-entry-to-specification): ... this into...
  (guix-package-entry->name-specification): ... this.
  (guix-get-installed-outputs): Rename to...
  (guix-package-installed-outputs): ... this.
  (guix-get-package-id-and-output-by-output-id): Rename to...
  (guix-package-id-and-output-by-output-id): ... this.
2016-01-02 17:25:35 +03:00
..
guix-backend.el
guix-base.el emacs: Rename internal procedures. 2016-01-02 17:25:35 +03:00
guix-build-log.el
guix-command.el emacs: Use "cl-list*" instead of "apply #'list". 2016-01-02 17:25:35 +03:00
guix-config.el.in
guix-devel.el
guix-emacs.el
guix-entry.el emacs: Add API for 'guix-entry'. 2016-01-02 17:25:35 +03:00
guix-external.el emacs: Use "cl-list*" instead of "apply #'list". 2016-01-02 17:25:35 +03:00
guix-geiser.el
guix-guile.el
guix-help-vars.el
guix-helper.scm.in
guix-history.el
guix-info.el emacs: Rename internal procedures. 2016-01-02 17:25:35 +03:00
guix-init.el
guix-list.el emacs: Rename internal procedures. 2016-01-02 17:25:35 +03:00
guix-main.scm
guix-messages.el
guix-pcomplete.el
guix-popup.el
guix-prettify.el
guix-profiles.el
guix-read.el
guix-utils.el emacs: Simplify defining parameter titles. 2016-01-02 17:25:35 +03:00
guix.el