diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-03-30 03:12:53 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-03-30 03:12:53 +0000 |
commit | 80093a15444c80b8da3199431a41822ac5d32f83 (patch) | |
tree | d5d8625fcef8703a81b9ad25cabd6e3fe3eae568 /src/indent.c | |
parent | 992371ca5645ff547abc54060d02b70179921d27 (diff) | |
download | emacs-80093a15444c80b8da3199431a41822ac5d32f83.tar.gz |
(Fcompute_motion): Fix symbol name in previous change.
Diffstat (limited to 'src/indent.c')
-rw-r--r-- | src/indent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c index ba1cc334b85..61d7e280479 100644 --- a/src/indent.c +++ b/src/indent.c @@ -649,7 +649,7 @@ 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.") #endif -DEFUN ("compute-motion", Ffoo, Sfoo, 6, 6, 0, +DEFUN ("compute-motion", Fcompute_motion, Scompute_motion, 6, 6, 0, 0) (from, frompos, to, topos, width, offsets) Lisp_Object from, frompos, to, topos; |