From: Andrea Corallo Date: Sun, 27 Oct 2019 14:55:08 +0000 (+0100) Subject: fix subr name within comp-limplify-lap-inst X-Git-Tag: emacs-28.0.90~2727^2~1055 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=96bca89e5b03b6d5ab7ac8bda8216adfc1911205;p=emacs.git fix subr name within comp-limplify-lap-inst --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index d7abb8bfa1a..7b77b4d87c9 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -885,7 +885,7 @@ the annotation emission." (byte-preceding-char preceding-char) (byte-current-column auto) (byte-indent-to - (comp-emit-set-call (comp-call 'indent_to + (comp-emit-set-call (comp-call 'indent-to (comp-slot) (make-comp-mvar :constant nil)))) (byte-scan-buffer-OBSOLETE) @@ -908,7 +908,7 @@ the annotation emission." (byte-buffer-substring auto) (byte-delete-region auto) (byte-narrow-to-region - (comp-emit-set-call (comp-call 'narrow_to_region + (comp-emit-set-call (comp-call 'narrow-to-region (comp-slot) (comp-slot+1)))) (byte-widen