emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/commands.h


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/commands.h
Date: Mon, 04 Mar 2002 18:41:01 -0500

Index: emacs/src/commands.h
diff -c emacs/src/commands.h:1.17 emacs/src/commands.h:1.18
*** emacs/src/commands.h:1.17   Sun Aug  9 17:55:27 1998
--- emacs/src/commands.h        Mon Mar  4 18:41:00 2002
***************
*** 51,57 ****
  
  /* Command char event to be re-read, or -1 if none.
     Setting this is obsolete, but some things should still check it.  */
! extern int unread_command_char;
  
  /* The command being executed by the command loop.
     Commands may set this, and the value set will be copied into
--- 51,57 ----
  
  /* Command char event to be re-read, or -1 if none.
     Setting this is obsolete, but some things should still check it.  */
! extern EMACS_INT unread_command_char;
  
  /* The command being executed by the command loop.
     Commands may set this, and the value set will be copied into



reply via email to

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