(byte-compile-lapcode): Be sure to return a unibyte string.
This commit is contained in:
parent
78b82cca67
commit
e9d9520bff
1 changed files with 1 additions and 1 deletions
|
@ -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)))))
|
||||
|
||||
|
||||
;;; compile-time evaluation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue