1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 02:00:26 +02:00

Automatically create fluids when necessary.

* module/language/elisp/README: Document that.
* module/language/elisp/compile-tree-il.scm: Create fluids when necessary.
* module/language/elisp/runtime/function-slot.scm: Fix module name.
This commit is contained in:
Daniel Kraft 2009-07-13 17:26:07 +02:00
parent cef997e82a
commit f28de79197
3 changed files with 35 additions and 24 deletions

View file

@ -19,6 +19,6 @@
;;; Code:
(define-module (language elisp runtime value-slot))
(define-module (language elisp runtime function-slot))
; This module contains the function-slots of elisp symbols.