]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-lapcode): Be sure to return a unibyte string.
authorKenichi Handa <handa@m17n.org>
Wed, 16 Oct 2002 02:16:02 +0000 (02:16 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 16 Oct 2002 02:16:02 +0000 (02:16 +0000)
lisp/emacs-lisp/bytecomp.el

index 0150b48ae532ea6f4884713e14578a383171671a..fdb955b490a4b8748938e840af0c60c36bfd3707 100644 (file)
@@ -757,7 +757,7 @@ otherwise pop it")
               (setcar (cdr bytes) (logand pc 255))
               (setcar bytes (lsh pc -8))))
        (setq patchlist (cdr patchlist))))
-    (concat (nreverse bytes))))
+    (string-make-unibyte (concat (nreverse bytes)))))
 
 \f
 ;;; compile-time evaluation