aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-01-06 23:38:46 +0000
committerDave Love2000-01-06 23:38:46 +0000
commitfd9b0a6b132d0a8664850d45e6b2ab514a39db89 (patch)
tree8af04a9835636fb558c5a13971330215d0b50b26
parentbf5f1abd7054b3f64921a06e01b1a8c11e452b24 (diff)
downloademacs-fd9b0a6b132d0a8664850d45e6b2ab514a39db89.tar.gz
emacs-fd9b0a6b132d0a8664850d45e6b2ab514a39db89.zip
(byte-extrude-byte-code-vectors): Use remprop.
-rw-r--r--lisp/emacs-lisp/bytecomp.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 6b6d79a2997..6dd1260eea8 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -9,7 +9,7 @@
9 9
10;;; This version incorporates changes up to version 2.10 of the 10;;; This version incorporates changes up to version 2.10 of the
11;;; Zawinski-Furuseth compiler. 11;;; Zawinski-Furuseth compiler.
12(defconst byte-compile-version "$Revision: 2.58 $") 12(defconst byte-compile-version "$Revision: 2.60 $")
13 13
14;; This file is part of GNU Emacs. 14;; This file is part of GNU Emacs.
15 15
@@ -466,8 +466,8 @@ Each element is (INDEX . VALUE)")
466 (get 'byte-code-vector 'tmp-compile-time-value) 466 (get 'byte-code-vector 'tmp-compile-time-value)
467 'byte-stack+-info 467 'byte-stack+-info
468 (get 'byte-stack+-info 'tmp-compile-time-value)) 468 (get 'byte-stack+-info 'tmp-compile-time-value))
469 (remprop 'byte-code-vector 'tmp-compile-time-value) 469 (put 'byte-code-vector 'tmp-compile-time-value nil)
470 (remprop 'byte-stack+-info 'tmp-compile-time-value))) 470 (put 'byte-stack+-info 'tmp-compile-time-value nil)))
471 471
472 472
473;; unused: 0-7 473;; unused: 0-7