emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Thu, 16 May 2002 07:53:41 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.676 emacs/src/keyboard.c:1.677
*** emacs/src/keyboard.c:1.676  Wed May 15 18:34:57 2002
--- emacs/src/keyboard.c        Thu May 16 07:53:41 2002
***************
*** 9599,9605 ****
  DEFUN ("this-command-keys", Fthis_command_keys, Sthis_command_keys, 0, 0, 0,
         doc: /* Return the key sequence that invoked this command.
  However, if the command has called `read-key-sequence', it returns
! the the last key sequence that has been read.
  The value is a string or a vector.  */)
       ()
  {
--- 9599,9605 ----
  DEFUN ("this-command-keys", Fthis_command_keys, Sthis_command_keys, 0, 0, 0,
         doc: /* Return the key sequence that invoked this command.
  However, if the command has called `read-key-sequence', it returns
! the last key sequence that has been read.
  The value is a string or a vector.  */)
       ()
  {
***************
*** 9610,9616 ****
  DEFUN ("this-command-keys-vector", Fthis_command_keys_vector, 
Sthis_command_keys_vector, 0, 0, 0,
         doc: /* Return the key sequence that invoked this command, as a vector.
  However, if the command has called `read-key-sequence', it returns
! the the last key sequence that has been read.  */)
       ()
  {
    return Fvector (this_command_key_count,
--- 9610,9616 ----
  DEFUN ("this-command-keys-vector", Fthis_command_keys_vector, 
Sthis_command_keys_vector, 0, 0, 0,
         doc: /* Return the key sequence that invoked this command, as a vector.
  However, if the command has called `read-key-sequence', it returns
! the last key sequence that has been read.  */)
       ()
  {
    return Fvector (this_command_key_count,



reply via email to

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