# HG changeset patch # User Karl Heuer # Date 794625854 0 # Node ID c9a5894d8a92c737b620ff2442d062eab368d083 # Parent 3057c4fd86d32fab135ddd19e58334e08ed57cec (struct PERDISPLAY): New member Vlast_kbd_macro. diff -r 3057c4fd86d3 -r c9a5894d8a92 src/lisp.h --- a/src/lisp.h Wed Mar 08 00:54:20 1995 +0000 +++ b/src/lisp.h Wed Mar 08 01:24:14 1995 +0000 @@ -510,7 +510,7 @@ /* The finalized section of the macro starts at kbd_macro_buffer and ends before this. This is not the same as kbd_macro_ptr, because - we advance this to kbd_macro_pointer when a key's command is complete. + we advance this to kbd_macro_ptr when a key's command is complete. This way, the keystrokes for "end-kbd-macro" are not included in the macro. */ Lisp_Object *kbd_macro_end; @@ -518,8 +518,11 @@ /* Allocated size of kbd_macro_buffer. */ int kbd_macro_bufsize; + /* Last anonymous kbd macro defined. */ + Lisp_Object Vlast_kbd_macro; + /* Placeholder for future vars that will be moved here. */ - Lisp_Object unused[20]; + Lisp_Object unused[19]; /* Nonzero means echo each character as typed. */ int immediate_echo;