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 [EMACS_22_BASE]


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.h,v [EMACS_22_BASE]
Date: Wed, 29 Aug 2007 08:59:44 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Martin Rudalics <m061211>       07/08/29 08:59:44

Index: keyboard.h
===================================================================
RCS file: /sources/emacs/emacs/src/keyboard.h,v
retrieving revision 1.75.2.2
retrieving revision 1.75.2.3
diff -u -b -r1.75.2.2 -r1.75.2.3
--- keyboard.h  8 Aug 2007 07:49:17 -0000       1.75.2.2
+++ keyboard.h  29 Aug 2007 08:59:44 -0000      1.75.2.3
@@ -83,6 +83,9 @@
        other commands.  */
     Lisp_Object Vreal_last_command;
 
+    /* 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]