From: Richard M. Stallman Date: Sun, 6 Apr 2003 20:28:28 +0000 (+0000) Subject: Comment change. X-Git-Tag: ttn-vms-21-2-B4~10615 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=64ea14d3bebac74b0fe2989893011c233e38dac1;p=emacs.git Comment change. --- diff --git a/src/callint.c b/src/callint.c index a6b83c6523f..f80f3c62027 100644 --- a/src/callint.c +++ b/src/callint.c @@ -174,14 +174,18 @@ check_mark (for_region) 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;