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'.