# HG changeset patch # User Dave Love # Date 947201926 0 # Node ID 6eba745035563d2bef5b845c909d2371cbb0d5bb # Parent fdaa887d0f8fc01818a8273e53dfb956207d1cab (byte-extrude-byte-code-vectors): Use remprop. diff -r fdaa887d0f8f -r 6eba74503556 lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Thu Jan 06 23:35:31 2000 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Thu Jan 06 23:38:46 2000 +0000 @@ -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 @@ (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