]> git.eshelyaron.com Git - emacs.git/commitdiff
rename entry block
authorAndrea Corallo <andrea_corallo@yahoo.it>
Wed, 10 Jul 2019 00:36:49 +0000 (02:36 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:33:52 +0000 (11:33 +0100)
lisp/emacs-lisp/comp.el

index e3cb868438605e76384e1e57104b14bc19e06d4f..fe5a0694eeac5b3bfca7b13f45a1926f0dc31baa 100644 (file)
@@ -291,7 +291,7 @@ VAL is known at compile time."
                       :frame (comp-limple-frame-new-frame frame-size)))
          (comp-limple ()))
     ;; Prologue
-    (comp-push-block 'prologue)
+    (comp-push-block 'entry)
     (cl-loop for i below (comp-args-mandatory (comp-func-args func))
              do (progn
                   (cl-incf (comp-sp))