all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 2/6] gnu: scmutils: Generate 'scmutils-autoloads.el' file.
@ 2015-12-30 17:32 Federico Beffa
  2016-01-05 21:50 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Federico Beffa @ 2015-12-30 17:32 UTC (permalink / raw)
  To: Guix-devel

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0002-gnu-scmutils-Generate-scmutils-autoloads.el-file.patch --]
[-- Type: text/x-diff, Size: 1114 bytes --]

From 8ec7a6b9467605ffe100cceda174e2b4aa0ea909 Mon Sep 17 00:00:00 2001
From: Federico Beffa <beffa@fbengineering.ch>
Date: Thu, 24 Dec 2015 13:29:54 +0100
Subject: [PATCH 2/6] gnu: scmutils: Generate 'scmutils-autoloads.el' file.

* gnu/packages/scheme.scm (scmutils): Do it.
---
 gnu/packages/scheme.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index aea8b54..7eb03f6 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -653,7 +653,8 @@ threads.")
                                       lib-relative-path
                                       (string-append out lib-relative-path
                                                      "/scmutils"))))
-                          (emacs-byte-compile-directory (dirname el-file))
+                          (emacs-generate-autoloads ,name emacs-lisp-dir)
+                          (emacs-byte-compile-directory emacs-lisp-dir)
                           #t))))))
       (home-page
        "http://groups.csail.mit.edu/mac/users/gjs/6946/linux-install.htm")
-- 
2.6.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/6] gnu: scmutils: Generate 'scmutils-autoloads.el' file.
  2015-12-30 17:32 [PATCH 2/6] gnu: scmutils: Generate 'scmutils-autoloads.el' file Federico Beffa
@ 2016-01-05 21:50 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2016-01-05 21:50 UTC (permalink / raw)
  To: Federico Beffa; +Cc: Guix-devel

Federico Beffa <beffa@ieee.org> skribis:

> From 8ec7a6b9467605ffe100cceda174e2b4aa0ea909 Mon Sep 17 00:00:00 2001
> From: Federico Beffa <beffa@fbengineering.ch>
> Date: Thu, 24 Dec 2015 13:29:54 +0100
> Subject: [PATCH 2/6] gnu: scmutils: Generate 'scmutils-autoloads.el' file.
>
> * gnu/packages/scheme.scm (scmutils): Do it.

Sure.

Ludo'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-05 21:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-30 17:32 [PATCH 2/6] gnu: scmutils: Generate 'scmutils-autoloads.el' file Federico Beffa
2016-01-05 21:50 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.