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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.h
Date: Mon, 26 Dec 2005 18:35:10 +0000

Index: emacs/src/keyboard.h
diff -u emacs/src/keyboard.h:1.67 emacs/src/keyboard.h:1.68
--- emacs/src/keyboard.h:1.67   Sun Aug  7 12:33:17 2005
+++ emacs/src/keyboard.h        Mon Dec 26 18:35:10 2005
@@ -301,6 +301,8 @@
 /* User-supplied string to translate input characters through.  */
 extern Lisp_Object Vkeyboard_translate_table;
 
+/* The window that was selected when the last command was started.  */
+extern Lisp_Object last_point_position_window;
 
 extern int parse_menu_item P_ ((Lisp_Object, int, int));
 




reply via email to

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