]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/emacs-module.c (CHECK_USER_PTR): Fix typo in previous change.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Mar 2016 22:16:08 +0000 (14:16 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Mar 2016 22:16:25 +0000 (14:16 -0800)
src/emacs-module.c

index 1176ca309f9c9fe97ed25d43af38b6549f70f3af..1fec6d10a999fc4ef6504ffc6cdd9b8892532754 100644 (file)
@@ -244,7 +244,7 @@ struct module_fun_env
 static void
 CHECK_USER_PTR (Lisp_Object obj)
 {
-  CHECK_TYPE (USER_PTRP (obj), Quser_ptrp, lisp);
+  CHECK_TYPE (USER_PTRP (obj), Quser_ptrp, obj);
 }
 
 /* Catch signals and throws only if the code can actually signal or