emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c
Date: Fri, 11 Apr 2003 19:17:42 -0400

Index: emacs/src/editfns.c
diff -c emacs/src/editfns.c:1.354 emacs/src/editfns.c:1.355
*** emacs/src/editfns.c:1.354   Tue Apr  8 21:28:44 2003
--- emacs/src/editfns.c Fri Apr 11 19:17:42 2003
***************
*** 3674,3680 ****
             and ARGN is the number of the next arg we will come to.  */
          for (list = props; CONSP (list); list = XCDR (list))
            {
!             Lisp_Object item, pos;
  
              item = XCAR (list);
  
--- 3674,3681 ----
             and ARGN is the number of the next arg we will come to.  */
          for (list = props; CONSP (list); list = XCDR (list))
            {
!             Lisp_Object item;
!             int pos;
  
              item = XCAR (list);
  
***************
*** 3753,3759 ****
       Lisp_Object arg0, arg1;
  {
    Lisp_Object args[3];
-   int numargs;
    args[0] = build_string (string1);
    args[1] = arg0;
    args[2] = arg1;
--- 3754,3759 ----




reply via email to

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