]> git.eshelyaron.com Git - emacs.git/commit
Use 'defalias' in test module instead of 'fset'.
authorPhilipp Stephani <phst@google.com>
Fri, 2 Feb 2018 19:40:10 +0000 (20:40 +0100)
committerPhilipp Stephani <phst@google.com>
Fri, 2 Feb 2018 19:40:10 +0000 (20:40 +0100)
commit75c663f834528c5431973bf8dc6386c327f9fe0f
tree5a8fe1fedb7a7fc19e6f2b5b02bfc5e282426de4
parentf3d0db7f0f9639ec0198d4f4f2c3eb9c7b495778
Use 'defalias' in test module instead of 'fset'.

This puts functions defined in the module into the 'load-history'.

* test/data/emacs-module/mod-test.c (bind_function): Use 'defalias'
instead of 'fset'.

* test/src/emacs-module-tests.el (module/describe-function-1): Adapt
unit test.
test/data/emacs-module/mod-test.c
test/src/emacs-module-tests.el