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:
parent
cef997e82a
commit
f28de79197
3 changed files with 35 additions and 24 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue