From 96bca89e5b03b6d5ab7ac8bda8216adfc1911205 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sun, 27 Oct 2019 15:55:08 +0100 Subject: [PATCH] fix subr name within comp-limplify-lap-inst --- lisp/emacs-lisp/comp.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5