changeset 7331:18bc27b97236

(last_point_position_buffer): Declared.
author Richard M. Stallman <rms@gnu.org>
date Thu, 05 May 1994 04:44:24 +0000
parents e66a72c5f8d3
children e30a34bfc536
files src/commands.h
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/commands.h	Thu May 05 04:12:44 1994 +0000
+++ b/src/commands.h	Thu May 05 04:44:24 1994 +0000
@@ -70,9 +70,12 @@
 /* Previous command symbol found here for comparison */
 extern Lisp_Object last_command;
 
-/* Previous value of point */
+/* The value of point when the last command was executed.  */
 extern int last_point_position;
 
+/* The buffer that was current when the last command was started.  */
+extern Lisp_Object last_point_position_buffer;
+
 /* Nonzero means ^G can quit instantly */
 extern int immediate_quit;