]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-optimize-lapcode): Fix format calls.
authorRichard M. Stallman <rms@gnu.org>
Fri, 21 Jul 1995 20:57:25 +0000 (20:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 21 Jul 1995 20:57:25 +0000 (20:57 +0000)
lisp/emacs-lisp/byte-opt.el

index c5f2562fbf1353c703cf935e7a289813a89da8a9..46d812299f77fc009c1d63695530512ca2ea06fd 100644 (file)
@@ -1571,7 +1571,7 @@ may generate incorrect code.")
                 (if opt-p
                     (let ((tagstr 
                            (if (eq 'TAG (car (car tmp)))
-                               (format "%d:" (cdr (car tmp)))
+                               (format "%d:" (car (cdr (car tmp))))
                              (or (car tmp) ""))))
                       (if (< i 6)
                           (apply 'byte-compile-log-lap-1
@@ -1818,7 +1818,7 @@ may generate incorrect code.")
               (setq tmp2 t))
             (if tmp2
                 (byte-compile-log-lap
-                 "  %s [dup/%s]... %s\t-->\t%s dup..." lap0 lap0 lap0)))
+                 "  %s [dup/%s]...\t-->\t%s dup..." lap0 lap0 lap0)))
            ;;
            ;; unbind-N unbind-M  -->  unbind-(N+M)
            ;;