guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

`(language elisp spec)' broken in `master'


From: Ludovic Courtès
Subject: `(language elisp spec)' broken in `master'
Date: Fri, 31 Jul 2009 14:09:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Hello!

`(language elisp spec)' is broken in `master', but I guess that's
because Daniel's elisp branch is where things happen.  Anyway, just in
case, here are the issues:

--- a/module/language/elisp/spec.scm
+++ b/module/language/elisp/spec.scm
@@ -1,6 +1,6 @@
-;;; Guile Emac Lisp
+;;; Guile Emacs Lisp
 
-;; Copyright (C) 2001 Free Software Foundation, Inc.
+;; Copyright (C) 2009 Free Software Foundation, Inc.
 
 ;;;; This library is free software; you can redistribute it and/or
 ;;;; modify it under the terms of the GNU Lesser General Public
@@ -19,7 +19,7 @@
 ;;; Code:
 
 (define-module (lang elisp spec)
-  #:use-module (system lang language)
+  #:use-module (system base language)
   #:export (elisp))
 
In addition, variable `id' is unbound.

Thanks,
Ludo'.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]