Changeset 1490 for branches/GNU/src/commands.h
- Timestamp:
- 02/17/98 01:45:05 (11 years ago)
- Files:
-
- branches/GNU/src/commands.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/GNU/src/commands.h
r1488 r1490 57 57 Commands may set this, and the value set will be copied into 58 58 current_kboard->Vlast_command instead of the actual command. */ 59 extern Lisp_Object Vthis_command;59 extern Lisp_Object this_command; 60 60 61 61 /* If not Qnil, this is a switch-frame event which we decided to put
