emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/callint.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/callint.c
Date: Sun, 06 Apr 2003 16:28:28 -0400

Index: emacs/src/callint.c
diff -c emacs/src/callint.c:1.124 emacs/src/callint.c:1.125
*** emacs/src/callint.c:1.124   Mon Feb 24 05:57:37 2003
--- emacs/src/callint.c Sun Apr  6 16:28:28 2003
***************
*** 174,187 ****
      Fsignal (Qmark_inactive, Qnil);
  }
  
  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;
--- 174,191 ----
      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 (CONSP (input))
      {
        Lisp_Object car;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]