diff options
| author | Richard M. Stallman | 1994-05-19 21:48:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-19 21:48:59 +0000 |
| commit | 5844e1c4096e7e5359b375682caa282263895ba3 (patch) | |
| tree | b9d361751575f83ae66011fd5249886ae11ce4e1 /src | |
| parent | dc0989c65559964215224f53b020c253fa180df3 (diff) | |
| download | emacs-5844e1c4096e7e5359b375682caa282263895ba3.tar.gz emacs-5844e1c4096e7e5359b375682caa282263895ba3.zip | |
Add "args" to dummy definition of compute-motion.
Diffstat (limited to 'src')
| -rw-r--r-- | src/indent.c | 1 |
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\ | |||
| 652 | and the window's upper-left coordinates as FROMPOS.\n\ | 652 | and the window's upper-left coordinates as FROMPOS.\n\ |
| 653 | Pass the buffer's (point-max) as TO, to limit the scan to the end of the\n\ | 653 | Pass the buffer's (point-max) as TO, to limit the scan to the end of the\n\ |
| 654 | visible section of the buffer, and pass LINE and COL as TOPOS.") | 654 | visible 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 | ||
| 657 | DEFUN ("compute-motion", Fcompute_motion, Scompute_motion, 7, 7, 0, | 658 | DEFUN ("compute-motion", Fcompute_motion, Scompute_motion, 7, 7, 0, |