From: Richard M. Stallman Date: Thu, 19 May 1994 21:48:59 +0000 (+0000) Subject: Add "args" to dummy definition of compute-motion. X-Git-Tag: emacs-19.34~8287 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5844e1c4096e7e5359b375682caa282263895ba3;p=emacs.git Add "args" to dummy definition of compute-motion. --- 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,