remove dynamic function binding
authorBT Templeton <bpt@hcoop.net>
Sat, 30 Jul 2011 21:12:13 +0000 (17:12 -0400)
committerBT Templeton <bpt@hcoop.net>
Fri, 3 Feb 2012 23:53:49 +0000 (18:53 -0500)
commit35724ee1dc5b48aa80b437950444cbe40c8e350e
tree36236ac3477b49ca50da24a5e25142c58667f65d
parent0ab2a63af1a7ff4febfe97babb3053fbf483b704
remove dynamic function binding

* module/language/elisp/compile-tree-il.scm (find-operator): Assume that
  `name' is lexically bound.
* module/language/elisp/runtime.scm (symbol-fbound?, fmakunbound!):
  Assume that `symbol' is lexically bound.
  (defspecial): Bind special operators lexically.
module/language/elisp/compile-tree-il.scm
module/language/elisp/runtime.scm