# HG changeset patch # User Richard M. Stallman # Date 902833551 0 # Node ID bc5bd04bf91435ca560d3a289f383ef2ca77cfff # Parent 85f64bf341c3999e2f1e0a727a624e9df08fc8d3 (disassemble-1): Move the call to string-as-unibyte outside of the if statement. diff -r 85f64bf341c3 -r bc5bd04bf914 lisp/emacs-lisp/disass.el --- a/lisp/emacs-lisp/disass.el Mon Aug 10 21:19:03 1998 +0000 +++ b/lisp/emacs-lisp/disass.el Tue Aug 11 11:05:51 1998 +0000 @@ -171,9 +171,9 @@ constvec (car (cdr (cdr obj)))) ;constant vector ;; If it is lazy-loaded, load it now (fetch-bytecode obj) - (setq bytes (string-as-unibyte (aref obj 1)) + (setq bytes (aref obj 1) constvec (aref obj 2))) - (let ((lap (byte-decompile-bytecode bytes constvec)) + (let ((lap (byte-decompile-bytecode (string-as-unibyte bytes) constvec)) op arg opname pc-value) (let ((tagno 0) tmp