# HG changeset patch # User Richard M. Stallman # Date 730260497 0 # Node ID b497a7ec0d580c5c1330277fa2778e618fb42385 # Parent 73a56a618d253fae3f05df339c51491ef76d2c3b (Fsuspend_emacs): Make tem not register. diff -r 73a56a618d25 -r b497a7ec0d58 src/keyboard.c --- a/src/keyboard.c Sat Feb 20 23:12:21 1993 +0000 +++ b/src/keyboard.c Sun Feb 21 02:08:17 1993 +0000 @@ -3782,7 +3782,7 @@ (stuffstring) Lisp_Object stuffstring; { - register Lisp_Object tem; + Lisp_Object tem; int count = specpdl_ptr - specpdl; int old_height, old_width; int width, height;