1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/module/language/elisp/runtime
Brian Templeton c2eb58825c lexical function binding for elisp
* module/language/elisp/compile-tree-il.scm (access-variable)
  (reference-variable, set-variable!): Handle globally-bound non-special
  variables.

  (bind-lexically?): Create lexical bindings for flet and flet*.

* module/language/elisp/runtime.scm (reference-variable, set-variable!):
  Handle globally-bound non-special variables.

  (built-in-func): Set the variable directly instead of storing the
  function in a fluid.

* module/language/elisp/runtime/subrs.scm (funcall): Call apply
  directly.

* test-suite/tests/elisp-compiler.test ("Function Definitions")["flet
  and flet*"]:
2010-08-16 03:20:55 -04:00
..
function-slot.scm use unbound fluids instead of `void' sentinel value 2010-08-15 23:31:41 -04:00
macros.scm use unbound fluids instead of `void' sentinel value 2010-08-15 23:31:41 -04:00
subrs.scm lexical function binding for elisp 2010-08-16 03:20:55 -04:00
value-slot.scm reformat comments 2010-08-13 16:35:50 -04:00