]> git.eshelyaron.com Git - emacs.git/commit
Use three-argument form for out-of-range errors.
authorPhilipp Stephani <phst@google.com>
Tue, 23 Apr 2019 14:59:46 +0000 (16:59 +0200)
committerPhilipp Stephani <phst@google.com>
Tue, 23 Apr 2019 14:59:46 +0000 (16:59 +0200)
commit259dfd20b9f835e701edef569795198ff7cf68cb
tree51297e79c6d32888745794b6c7662d789ba3a242
parenteaea40b33721513d4c0228af92d5c32400fda0e7
Use three-argument form for out-of-range errors.

This provides more debugging hints for callers.

* src/emacs-module.c (module_copy_string_contents): Use three-argument
form of args-out-of-range.
src/emacs-module.c