Mercurial > emacs
changeset 2172:9e84120ecc0a
* keyboard.h (internal_last_event_frame): This should be extern,
dummy.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 14 Mar 1993 21:43:17 +0000 |
parents | 4fbceca13b22 |
children | d4bbcd4b1378 |
files | src/keyboard.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.h Sun Mar 14 20:56:05 1993 +0000 +++ b/src/keyboard.h Sun Mar 14 21:43:17 1993 +0000 @@ -43,7 +43,7 @@ generate switch-frame events. This may be cleared by functions like Fselect_frame, to make sure that a switch-frame event is generated by the next character. */ -Lisp_Object internal_last_event_frame; +extern Lisp_Object internal_last_event_frame; #endif