unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Federico Beffa <beffa@ieee.org>
To: Guix-devel <guix-devel@gnu.org>
Subject: [PATCH 2/6] gnu: scmutils: Generate 'scmutils-autoloads.el' file.
Date: Wed, 30 Dec 2015 18:32:46 +0100	[thread overview]
Message-ID: <CAKrPhPPJXt3H9ZmEvW6qRQMa1rVX6QODABn2DLpfpFhBgFP3jQ@mail.gmail.com> (raw)

[-- 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


             reply	other threads:[~2015-12-30 17:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-30 17:32 Federico Beffa [this message]
2016-01-05 21:50 ` [PATCH 2/6] gnu: scmutils: Generate 'scmutils-autoloads.el' file Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAKrPhPPJXt3H9ZmEvW6qRQMa1rVX6QODABn2DLpfpFhBgFP3jQ@mail.gmail.com \
    --to=beffa@ieee.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).