mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
Mark some elisp runtime modules as non-declarative
* module/language/elisp/runtime/function-slot.scm (language): * module/language/elisp/runtime/value-slot.scm (language): Non-declarative.
This commit is contained in:
parent
fafe845c11
commit
58ce5fac7d
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
;;; Guile Emacs Lisp
|
;;; Guile Emacs Lisp
|
||||||
|
|
||||||
;;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
;;; Copyright (C) 2009, 2010, 2021 Free Software Foundation, Inc.
|
||||||
;;;
|
;;;
|
||||||
;;; This library is free software; you can redistribute it and/or
|
;;; This library is free software; you can redistribute it and/or
|
||||||
;;; modify it under the terms of the GNU Lesser General Public
|
;;; modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -60,4 +60,5 @@
|
||||||
quote
|
quote
|
||||||
%funcall
|
%funcall
|
||||||
%set-lexical-binding-mode)
|
%set-lexical-binding-mode)
|
||||||
|
#:declarative? #f
|
||||||
#:pure)
|
#:pure)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
;;; Guile Emacs Lisp
|
;;; Guile Emacs Lisp
|
||||||
|
|
||||||
;;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
|
;;; Copyright (C) 2009, 2010, 2021 Free Software Foundation, Inc.
|
||||||
;;;
|
;;;
|
||||||
;;; This library is free software; you can redistribute it and/or
|
;;; This library is free software; you can redistribute it and/or
|
||||||
;;; modify it under the terms of the GNU Lesser General Public
|
;;; modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -19,6 +19,7 @@
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(define-module (language elisp runtime value-slot)
|
(define-module (language elisp runtime value-slot)
|
||||||
|
#:declarative? #f
|
||||||
#:pure)
|
#: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