mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +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
|
quote
|
||||||
%set-lexical-binding-mode)
|
%set-lexical-binding-mode)
|
||||||
;; functions
|
;; functions
|
||||||
#:re-export (apply))
|
#:re-export (apply)
|
||||||
|
#:pure)
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
;;; Code:
|
;;; 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.
|
;;; This module contains the value-slots of elisp symbols.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue