aboutsummaryrefslogtreecommitdiffstats
path: root/src/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/module.c')
-rw-r--r--src/module.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/module.c b/src/module.c
index 9360744c4ec..6025ce4cfe0 100644
--- a/src/module.c
+++ b/src/module.c
@@ -793,7 +793,6 @@ DEFUN ("module-load", Fmodule_load, Smodule_load, 1, 1, 0,
793 dynlib_handle_ptr handle; 793 dynlib_handle_ptr handle;
794 emacs_init_function module_init; 794 emacs_init_function module_init;
795 void *gpl_sym; 795 void *gpl_sym;
796 Lisp_Object doc_name, args[2];
797 796
798 CHECK_STRING (file); 797 CHECK_STRING (file);
799 handle = dynlib_open (SDATA (file)); 798 handle = dynlib_open (SDATA (file));