aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-19 21:48:59 +0000
committerRichard M. Stallman1994-05-19 21:48:59 +0000
commit5844e1c4096e7e5359b375682caa282263895ba3 (patch)
treeb9d361751575f83ae66011fd5249886ae11ce4e1 /src
parentdc0989c65559964215224f53b020c253fa180df3 (diff)
downloademacs-5844e1c4096e7e5359b375682caa282263895ba3.tar.gz
emacs-5844e1c4096e7e5359b375682caa282263895ba3.zip
Add "args" to dummy definition of compute-motion.
Diffstat (limited to 'src')
-rw-r--r--src/indent.c1
1 files changed, 1 insertions, 0 deletions
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\
652and the window's upper-left coordinates as FROMPOS.\n\ 652and the window's upper-left coordinates as FROMPOS.\n\
653Pass the buffer's (point-max) as TO, to limit the scan to the end of the\n\ 653Pass the buffer's (point-max) as TO, to limit the scan to the end of the\n\
654visible section of the buffer, and pass LINE and COL as TOPOS.") 654visible section of the buffer, and pass LINE and COL as TOPOS.")
655 (from, frompos, to, topos, width, offsets, window)
655#endif 656#endif
656 657
657DEFUN ("compute-motion", Fcompute_motion, Scompute_motion, 7, 7, 0, 658DEFUN ("compute-motion", Fcompute_motion, Scompute_motion, 7, 7, 0,