From 5844e1c4096e7e5359b375682caa282263895ba3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 19 May 1994 21:48:59 +0000 Subject: [PATCH] Add "args" to dummy definition of compute-motion. --- src/indent.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/indent.c b/src/indent.c index d1fc25187fd..6ce752b93b0 100644 --- a/src/indent.c +++ b/src/indent.c @@ -652,6 +652,7 @@ of a certain window, pass the window's starting location as FROM\n\ and the window's upper-left coordinates as FROMPOS.\n\ 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.") + (from, frompos, to, topos, width, offsets, window) #endif DEFUN ("compute-motion", Fcompute_motion, Scompute_motion, 7, 7, 0, -- 2.39.5