From 15e31a4a1fa359cfabda074903fce79f4982245b Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Thu, 15 Aug 2019 22:23:32 +0200 Subject: [PATCH] fix indent_to --- lisp/emacs-lisp/comp.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index d7b4123a21c..a95cd56eae4 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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) -- 2.39.5