emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src commands.h


From: Glenn Morris
Subject: [Emacs-diffs] emacs/src commands.h
Date: Fri, 09 Jan 2009 03:29:27 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/01/09 03:29:27

Modified files:
        src            : commands.h 

Log message:
        Update for last_command_char rename.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/commands.h?cvsroot=emacs&r1=1.31&r2=1.32

Patches:
Index: commands.h
===================================================================
RCS file: /sources/emacs/emacs/src/commands.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- commands.h  8 Jan 2009 03:15:29 -0000       1.31
+++ commands.h  9 Jan 2009 03:29:27 -0000       1.32
@@ -45,10 +45,10 @@
    and require a match */
 extern Lisp_Object Vminibuffer_local_filename_must_match_map;
 
-/* Last character of last key sequence.  */
-extern Lisp_Object last_command_char;
+/* Last input event read as a command.  */
+extern Lisp_Object last_command_event;
 
-/* Last input character read as a command, not counting menus
+/* Last input event read as a command, not counting menus
    reached by the mouse.  */
 extern Lisp_Object last_nonmenu_event;
 




reply via email to

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