From 219339e2eb332fc913f898e799d6532a7633a1d3 Mon Sep 17 00:00:00 2001 From: Vibhav Pant Date: Sun, 12 Feb 2017 13:24:55 +0530 Subject: [PATCH] ; lisp/emacs-lisp/bytecomp.el: Fix indentation. --- lisp/emacs-lisp/bytecomp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 748a8cd01f3..14678e91ee3 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -4707,7 +4707,7 @@ binding slots have been popped." (and byte-compile-depth (not (= (cdr (cdr tag)) byte-compile-depth)) (error "Compiler bug: depth conflict at tag %d" (car (cdr tag)))) - (setq byte-compile-depth (cdr (cdr tag)))) + (setq byte-compile-depth (cdr (cdr tag)))) (setcdr (cdr tag) byte-compile-depth))) (defun byte-compile-goto (opcode tag) -- 2.39.2