]> git.eshelyaron.com Git - emacs.git/commit
Small refactoring to simplify the interface of internal function.
authorPhilipp Stephani <phst@google.com>
Sun, 26 Jul 2020 18:34:30 +0000 (20:34 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 26 Jul 2020 18:34:30 +0000 (20:34 +0200)
commit7d9096b6ac5ffa836fa5a8ceec2d27edc482f7ae
tree6f88029f3fca2965f54008888ba3df6a56aa9eff
parentdae97708ea41f54f2974b405555816ada393fb9a
Small refactoring to simplify the interface of internal function.

* src/emacs-module.c (allocate_emacs_value): Remove STORAGE parameter.
(lisp_to_value): Adapt caller.
src/emacs-module.c