]> git.eshelyaron.com Git - emacs.git/commit
Improve module function terminology
authorPhilipp Stephani <phst@google.com>
Sun, 21 May 2017 20:33:50 +0000 (22:33 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 21 May 2017 20:33:50 +0000 (22:33 +0200)
commitb69f6a779a65f1f3e0963d6fd280ae95970f5325
tree5400801f98ecda21d616191c454b23edece6a9a3
parent6f1f88224c62dfb7b311dc1a57db267d118cae5c
Improve module function terminology

Module functions were previously called "function environments" when
the functions created by module_make_functions were lambdas.  Now we
can adapt the terminology and rename "function environments" to
"module functions" everywhere.  This also removes the name clash
between "function environments" and "module environments."

* src/emacs-module.c (module_make_function): Adapt comment to reality;
stop using "function environment" terminology.
(funcall_module): Stop using "function environment" terminology.
src/emacs-module.c
src/lisp.h