mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -08:00
(byte-compile-lapcode): Fix up last change.
This commit is contained in:
parent
878bde4927
commit
636a36a070
2 changed files with 5 additions and 1 deletions
|
|
@ -856,7 +856,7 @@ otherwise pop it")
|
|||
(setcar (cdr bytes) (logand pc 255))
|
||||
(setcar bytes (lsh pc -8))
|
||||
;; FIXME: Replace this by some workaround.
|
||||
(if (> (car bytes) 255) (error "Bytecode overflow"))))))
|
||||
(if (> (car bytes) 255) (error "Bytecode overflow"))))
|
||||
(setq patchlist (cdr patchlist))))
|
||||
(apply 'unibyte-string (nreverse bytes))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue