Mercurial > emacs
changeset 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 | edf32f56ba70 |
children | 4d808a6268a3 |
files | src/indent.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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,