# HG changeset patch # User Richard M. Stallman # Date 769384139 0 # Node ID 8a0a7fb9f7d4b3029288d65c0fd09d17d98e728e # Parent edf32f56ba705417faa7e892f8c1256ca2c20285 Add "args" to dummy definition of compute-motion. diff -r edf32f56ba70 -r 8a0a7fb9f7d4 src/indent.c --- a/src/indent.c Thu May 19 21:19:39 1994 +0000 +++ b/src/indent.c Thu May 19 21:48:59 1994 +0000 @@ -652,6 +652,7 @@ 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,