changeset 1895:b497a7ec0d58

(Fsuspend_emacs): Make tem not register.
author Richard M. Stallman <rms@gnu.org>
date Sun, 21 Feb 1993 02:08:17 +0000
parents 73a56a618d25
children 10895ac08bc6
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;