emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/comp-static-data fb3a68c171e 12/16: ; src/comp.c: Fix typo in ca


From: Vibhav Pant
Subject: scratch/comp-static-data fb3a68c171e 12/16: ; src/comp.c: Fix typo in call to comp-func-byte-func.
Date: Thu, 19 Jan 2023 12:44:47 -0500 (EST)

branch: scratch/comp-static-data
commit fb3a68c171e53639e60bca5702e1717b8c85ddd3
Author: Vibhav Pant <vibhavp@gmail.com>
Commit: Vibhav Pant <vibhavp@gmail.com>

    ; src/comp.c: Fix typo in call to comp-func-byte-func.
---
 src/comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/comp.c b/src/comp.c
index 436ac34b138..7185a0a4029 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -2350,7 +2350,7 @@ emit_aligned_lisp_subr_constructor_rval (
   else if (comp_func_d_p (func))
     {
       Lisp_Object args
-       = Ffunc_arity (CALL1I (com-func-byte-func, func));
+       = Ffunc_arity (CALL1I (comp-func-byte-func, func));
       minargs = XFIXNUM (XCAR (args));
 
       if (FIXNUMP (XCDR (args)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]