changeset 6588:fa33a3332906

(Fcompute_motion): Fix symbol name in previous change.
author Karl Heuer <kwzh@gnu.org>
date Wed, 30 Mar 1994 03:12:53 +0000
parents 168667ab5085
children 764913e8463c
files src/indent.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/indent.c	Wed Mar 30 03:11:04 1994 +0000
+++ b/src/indent.c	Wed Mar 30 03:12:53 1994 +0000
@@ -649,7 +649,7 @@
 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;