From 64ea14d3bebac74b0fe2989893011c233e38dac1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 6 Apr 2003 20:28:28 +0000 Subject: [PATCH] Comment change. --- src/callint.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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; -- 2.11.4.GIT