]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/disass.el
(lisp-mode-shared-map): Bind `backspace' to `backward-delete-char-untabify'.
[gnu-emacs] / lisp / emacs-lisp / disass.el
index d07581e86d4465db9750460f80bd1abca646a38d..bf9e9d04cccb5eb393f424d7407a72c888640933 100644 (file)
@@ -173,7 +173,7 @@ OBJ should be a call to BYTE-CODE generated by the byte compiler."
       (fetch-bytecode obj)
       (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