]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcompute_motion): Fix symbol name in previous change.
authorKarl Heuer <kwzh@gnu.org>
Wed, 30 Mar 1994 03:12:53 +0000 (03:12 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 30 Mar 1994 03:12:53 +0000 (03:12 +0000)
src/indent.c

index ba1cc334b85a574ba381dd063210cb909297091b..61d7e280479575f4d1337e6637bdaf404c392706 100644 (file)
@@ -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;