]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-lapcode): Use
authorKenichi Handa <handa@m17n.org>
Tue, 12 Feb 2008 11:25:01 +0000 (11:25 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 12 Feb 2008 11:25:01 +0000 (11:25 +0000)
unibyte-string instead of string-make-unibyte.

lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el

index a751d1b3dfc2b8d45770b881d6bad9cb85fc26dc..44b843e7ebb8ff043ff219021de96399319c737d 100644 (file)
@@ -6,6 +6,9 @@
 
 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
 
+       * emacs-lisp/bytecomp.el (byte-compile-lapcode): Use
+       unibyte-string instead of string-make-unibyte.
+
        * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
 
 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
index f32671bc784b694403fa1f511a5fdc57819ea65c..356f0d7890bb5dacab62d44a1cdc7dac79b11aa3 100644 (file)
@@ -864,7 +864,7 @@ otherwise pop it")
               (setcar (cdr bytes) (logand pc 255))
               (setcar bytes (lsh pc -8))))
        (setq patchlist (cdr patchlist))))
-    (string-make-unibyte (concat (nreverse bytes)))))
+    (apply 'unibyte-string (nreverse bytes))))
 
 \f
 ;;; compile-time evaluation