]> git.eshelyaron.com Git - emacs.git/commitdiff
fix subr name within comp-limplify-lap-inst
authorAndrea Corallo <akrl@sdf.org>
Sun, 27 Oct 2019 14:55:08 +0000 (15:55 +0100)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:37:59 +0000 (11:37 +0100)
lisp/emacs-lisp/comp.el

index d7abb8bfa1a93681b95bfc1f98899b83d15330ce..7b77b4d87c9849df7d13f2d5b1b83352417824c2 100644 (file)
@@ -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