Federico Beffa skribis:
> From ec5fbc02e09359bf64b69efed314471e5f409fa4 Mon Sep 17 00:00:00 2001
> From: Federico Beffa
> Date: Tue, 16 Jun 2015 21:09:57 +0200
> Subject: [PATCH 2/5] build: emacs-utils: Add 'emacs-byte-compile-directory'.
>
> * guix/build/emacs-utils.scm (emacs-byte-compile-dire
Thanks.
On Sun, Jun 21, 2015 at 10:40 PM, Alex Kost wrote:
> Federico Beffa (2015-06-21 11:29 +0300) wrote:
>
> [...]
>> +(define* (emacs-byte-compile-directory dir #:optional (dependency-dirs '()))
>> + "Byte compile all files in DIR and its sub-directories. Before compiling
>> +the files, add
Federico Beffa (2015-06-21 11:29 +0300) wrote:
[...]
> +(define* (emacs-byte-compile-directory dir #:optional (dependency-dirs '()))
> + "Byte compile all files in DIR and its sub-directories. Before compiling
> +the files, add DIR and all directories in DEPENDENCY-DIRS to 'load-path'."
> + (le