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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/callint.c [emacs-unicode-2]
Date: Mon, 28 Jun 2004 03:56:36 -0400

Index: emacs/src/callint.c
diff -c emacs/src/callint.c:1.126.4.1 emacs/src/callint.c:1.126.4.2
*** emacs/src/callint.c:1.126.4.1       Fri Apr 16 12:50:45 2004
--- emacs/src/callint.c Mon Jun 28 07:29:18 2004
***************
*** 612,618 ****
                                          Qnil, Qnil, Qnil, Qnil);
            unbind_to (speccount1, Qnil);
            teml = args[i];
!           visargs[i] = Fkey_description (teml);
  
            /* If the key sequence ends with a down-event,
               discard the following up-event.  */
--- 612,618 ----
                                          Qnil, Qnil, Qnil, Qnil);
            unbind_to (speccount1, Qnil);
            teml = args[i];
!           visargs[i] = Fkey_description (teml, Qnil);
  
            /* If the key sequence ends with a down-event,
               discard the following up-event.  */
***************
*** 639,645 ****
            args[i] = Fread_key_sequence (build_string (callint_message),
                                          Qnil, Qt, Qnil, Qnil);
            teml = args[i];
!           visargs[i] = Fkey_description (teml);
            unbind_to (speccount1, Qnil);
  
            /* If the key sequence ends with a down-event,
--- 639,645 ----
            args[i] = Fread_key_sequence (build_string (callint_message),
                                          Qnil, Qt, Qnil, Qnil);
            teml = args[i];
!           visargs[i] = Fkey_description (teml, Qnil);
            unbind_to (speccount1, Qnil);
  
            /* If the key sequence ends with a down-event,




reply via email to

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