]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdocumentation_property): Remove register declaration for `tem'.
authorDave Love <fx@gnu.org>
Mon, 18 Oct 1999 18:15:25 +0000 (18:15 +0000)
committerDave Love <fx@gnu.org>
Mon, 18 Oct 1999 18:15:25 +0000 (18:15 +0000)
src/ChangeLog
src/doc.c

index 787ab4c045f8c1271efe04f113c47ae84248ef26..bafec6aff21ef897047f4742e817829250347e82 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-18  Dave Love  <fx@gnu.org>
+
+       * doc.c (Fdocumentation_property): Gcpro `tem'.
+
 1999-10-18  Kenichi Handa  <handa@etl.go.jp>
 
        * lread.c (Fload): Calculate bytes of filename correctly.
index 02d0b5869b540c6ca77091f0112973891f537296..7590054201ace843e9617197591e50b07b1b2b08 100644 (file)
--- 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))