]> git.eshelyaron.com Git - emacs.git/commitdiff
Add "args" to dummy definition of compute-motion.
authorRichard M. Stallman <rms@gnu.org>
Thu, 19 May 1994 21:48:59 +0000 (21:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 19 May 1994 21:48:59 +0000 (21:48 +0000)
src/indent.c

index d1fc25187fd578ed6e2c9f31c684d4e8d8e1fe59..6ce752b93b09324b266c9ea4d1701521fada8b3e 100644 (file)
@@ -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,