]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-extrude-byte-code-vectors): Use remprop.
authorDave Love <fx@gnu.org>
Thu, 6 Jan 2000 23:38:46 +0000 (23:38 +0000)
committerDave Love <fx@gnu.org>
Thu, 6 Jan 2000 23:38:46 +0000 (23:38 +0000)
lisp/emacs-lisp/bytecomp.el

index 6b6d79a2997ccfe5d46182c6ea1fc9f255594ed8..6dd1260eea83729fead43fe25a5b48a0223f6272 100644 (file)
@@ -9,7 +9,7 @@
 
 ;;; This version incorporates changes up to version 2.10 of the 
 ;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.58 $")
+(defconst byte-compile-version "$Revision: 2.60 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -466,8 +466,8 @@ Each element is (INDEX . VALUE)")
                     (get 'byte-code-vector 'tmp-compile-time-value)
                     'byte-stack+-info
                     (get 'byte-stack+-info 'tmp-compile-time-value))
-    (remprop 'byte-code-vector 'tmp-compile-time-value)
-    (remprop 'byte-stack+-info 'tmp-compile-time-value)))
+    (put 'byte-code-vector 'tmp-compile-time-value nil)
+    (put 'byte-stack+-info 'tmp-compile-time-value nil)))
 
 
 ;; unused: 0-7