Mercurial > emacs
diff src/indent.c @ 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 | 3b56d4742266 |
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;