From: Dave Love Date: Mon, 18 Oct 1999 18:15:25 +0000 (+0000) Subject: (Fdocumentation_property): Remove register declaration for `tem'. X-Git-Tag: emacs-pretest-21.0.90~6394 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f0b74ea0c2ae5609a5cb9722593c3d2b9829382;p=emacs.git (Fdocumentation_property): Remove register declaration for `tem'. --- diff --git a/src/ChangeLog b/src/ChangeLog index 787ab4c045f..bafec6aff21 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +1999-10-18 Dave Love + + * doc.c (Fdocumentation_property): Gcpro `tem'. + 1999-10-18 Kenichi Handa * lread.c (Fload): Calculate bytes of filename correctly. diff --git a/src/doc.c b/src/doc.c index 02d0b5869b5..7590054201a 100644 --- a/src/doc.c +++ b/src/doc.c @@ -392,7 +392,7 @@ translation.") (symbol, prop, raw) Lisp_Object symbol, prop, raw; { - register Lisp_Object tem; + Lisp_Object tem; tem = Fget (symbol, prop); if (INTEGERP (tem))