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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/commands.h
Date: Mon, 26 Dec 2005 22:07:42 +0000

Index: emacs/src/commands.h
diff -u emacs/src/commands.h:1.23 emacs/src/commands.h:1.24
--- emacs/src/commands.h:1.23   Fri Dec  2 13:43:04 2005
+++ emacs/src/commands.h        Mon Dec 26 22:07:42 2005
@@ -75,12 +75,15 @@
    events until a non-ASCII event is acceptable as input.  */
 extern Lisp_Object unread_switch_frame;
 
-/* The value of point when the last command was executed.  */
+/* The value of point when the last command was started.  */
 extern int last_point_position;
 
 /* The buffer that was current when the last command was started.  */
 extern Lisp_Object last_point_position_buffer;
 
+/* The window that was selected when the last command was started.  */
+extern Lisp_Object last_point_position_window;
+
 /* Nonzero means ^G can quit instantly */
 extern int immediate_quit;
 




reply via email to

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