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.h,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.h,v
Date: Tue, 09 Oct 2007 08:53:10 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/10/09 08:52:58

Index: src/keyboard.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/keyboard.h,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -b -r1.79 -r1.80
--- src/keyboard.h      9 Oct 2007 05:05:37 -0000       1.79
+++ src/keyboard.h      9 Oct 2007 08:52:51 -0000       1.80
@@ -87,6 +87,9 @@
     /* User-supplied table to translate input characters through.  */
     Lisp_Object Vkeyboard_translate_table;
     
+    /* Last command that may be repeated by `repeat'.  */
+    Lisp_Object Vlast_repeatable_command;
+
     /* The prefix argument for the next command, in raw form.  */
     Lisp_Object Vprefix_arg;
 




reply via email to

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