From 80093a15444c80b8da3199431a41822ac5d32f83 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 30 Mar 1994 03:12:53 +0000 Subject: [PATCH] (Fcompute_motion): Fix symbol name in previous change. --- src/indent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/indent.c b/src/indent.c index ba1cc334b85..61d7e280479 100644 --- a/src/indent.c +++ b/src/indent.c @@ -649,7 +649,7 @@ Pass the buffer's (point-max) as TO, to limit the scan to the end of the\n\ visible section of the buffer, and pass LINE and COL as TOPOS.") #endif -DEFUN ("compute-motion", Ffoo, Sfoo, 6, 6, 0, +DEFUN ("compute-motion", Fcompute_motion, Scompute_motion, 6, 6, 0, 0) (from, frompos, to, topos, width, offsets) Lisp_Object from, frompos, to, topos; -- 2.39.5