]> git.eshelyaron.com Git - emacs.git/commit
Use standard checks whenever possible.
authorPhilipp Stephani <phst@google.com>
Wed, 2 Mar 2016 18:47:27 +0000 (10:47 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Mar 2016 18:48:06 +0000 (10:48 -0800)
commitd20d02fef7fd68f03db5abe48548068191dadedf
treed464114d0e8a3a904313a3b4e77de1c92c6ddd21
parent65f692658e81c940df8b3b315be873840dcef92b
Use standard checks whenever possible.

This is possible in all functions where we catch signals anyway.

* emacs-module.c (module_make_global_ref, module_funcall)
(module_copy_string_contents, module_make_string): Use xsignal0
and CHECK macros for argument checks.
src/emacs-module.c