]> git.eshelyaron.com Git - emacs.git/commitdiff
fix indent_to
authorAndrea Corallo <andrea_corallo@yahoo.it>
Thu, 15 Aug 2019 20:23:32 +0000 (22:23 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:34:01 +0000 (11:34 +0100)
lisp/emacs-lisp/comp.el

index d7b4123a21c6a8170948bf5a53c164a8ea39fb38..a95cd56eae440ed36d7bf9c0ce5f54484e010855 100644 (file)
@@ -597,7 +597,10 @@ the annotation emission."
       (byte-following-char auto)
       (byte-preceding-char preceding-char Fprevious_char)
       (byte-current-column auto)
-      (byte-indent-to auto)
+      (byte-indent-to
+       (comp-emit-set-call `(call Findent_to
+                                  ,(comp-slot)
+                                  ,(make-comp-mvar :constant nil))))
       (byte-scan-buffer-OBSOLETE)
       (byte-eolp auto)
       (byte-eobp auto)