Mercurial > emacs
diff src/indent.c @ 7566:8a0a7fb9f7d4
Add "args" to dummy definition of compute-motion.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 19 May 1994 21:48:59 +0000 |
| parents | cd81dba38a49 |
| children | cabad721720f |
line wrap: on
line diff
--- 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,
