# HG changeset patch # User Richard M. Stallman # Date 1049660908 0 # Node ID 0bdc2fd19631170ccaa520fef5aeb254bf4a90cc # Parent 16fdb9f87d89edea4fa9bfa63a143a279241e8cc Comment change. diff -r 16fdb9f87d89 -r 0bdc2fd19631 src/callint.c --- a/src/callint.c Sun Apr 06 20:27:19 2003 +0000 +++ b/src/callint.c Sun Apr 06 20:28:28 2003 +0000 @@ -174,14 +174,18 @@ Fsignal (Qmark_inactive, Qnil); } +/* If the list of args INPUT was produced with an explicit call to + `list', look for elements that were computed with + (region-beginning) or (region-end), and put those expressions into + VALUES instead of the present values. + + This function doesn't return a value because it modifies elements + of VALUES to do its job. */ + static void fix_command (input, values) Lisp_Object input, values; { - /* If the list of args was produced with an explicit call to `list', - look for elements that were computed with (region-beginning) - or (region-end), and put those expressions into VALUES - instead of the present values. */ if (CONSP (input)) { Lisp_Object car;