# HG changeset patch # User Karl Heuer # Date 764997173 0 # Node ID fa33a3332906060b0fe2c1187e6e43a626256126 # Parent 168667ab508515f5969953e533efc0f8e3a3e8bf (Fcompute_motion): Fix symbol name in previous change. diff -r 168667ab5085 -r fa33a3332906 src/indent.c --- 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;