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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/callint.c
Date: Sat, 17 May 2003 17:17:45 -0400

Index: emacs/src/callint.c
diff -c emacs/src/callint.c:1.125 emacs/src/callint.c:1.126
*** emacs/src/callint.c:1.125   Sun Apr  6 16:28:28 2003
--- emacs/src/callint.c Sat May 17 17:17:45 2003
***************
*** 1,5 ****
  /* Call a Lisp function interactively.
!    Copyright (C) 1985, 86, 93, 94, 95, 1997, 2000, 2002
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
--- 1,5 ----
  /* Call a Lisp function interactively.
!    Copyright (C) 1985, 86, 93, 94, 95, 1997, 2000, 02, 2003
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
***************
*** 379,385 ****
        if (i != num_input_events || !NILP (record_flag))
        {
          /* We should record this command on the command history.  */
!         Lisp_Object values, car;
          /* Make a copy of the list of values, for the command history,
             and turn them into things we can eval.  */
          values = quotify_args (Fcopy_sequence (specs));
--- 379,385 ----
        if (i != num_input_events || !NILP (record_flag))
        {
          /* We should record this command on the command history.  */
!         Lisp_Object values;
          /* Make a copy of the list of values, for the command history,
             and turn them into things we can eval.  */
          values = quotify_args (Fcopy_sequence (specs));
***************
*** 456,462 ****
              if (!NILP (Vmouse_leave_buffer_hook))
                call1 (Vrun_hooks, Qmouse_leave_buffer_hook);
  
!             Fselect_window (event);
            }
          string++;
        }
--- 456,462 ----
              if (!NILP (Vmouse_leave_buffer_hook))
                call1 (Vrun_hooks, Qmouse_leave_buffer_hook);
  
!             Fselect_window (event, Qnil);
            }
          string++;
        }




reply via email to

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