mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
purify elisp symbol cell modules
* module/language/elisp/runtime/function-slot.scm: * module/language/elisp/runtime/value-slot.scm: Define these as pure modules.
This commit is contained in:
parent
d9806be144
commit
ed5276f827
2 changed files with 4 additions and 2 deletions
|
@ -65,4 +65,5 @@
|
|||
quote
|
||||
%set-lexical-binding-mode)
|
||||
;; functions
|
||||
#:re-export (apply))
|
||||
#:re-export (apply)
|
||||
#:pure)
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(define-module (language elisp runtime value-slot))
|
||||
(define-module (language elisp runtime value-slot)
|
||||
#:pure)
|
||||
|
||||
;;; This module contains the value-slots of elisp symbols.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue