Mercurial > emacs
changeset 50469:0bdc2fd19631
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 06 Apr 2003 20:28:28 +0000 |
parents | 16fdb9f87d89 |
children | c7a0b787faef |
files | src/callint.c |
diffstat | 1 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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;