From: Karl Heuer Date: Wed, 30 Mar 1994 03:12:53 +0000 (+0000) Subject: (Fcompute_motion): Fix symbol name in previous change. X-Git-Tag: emacs-19.34~9264 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=80093a15444c80b8da3199431a41822ac5d32f83;p=emacs.git (Fcompute_motion): Fix symbol name in previous change. --- 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;