From: Vibhav Pant Date: Sun, 12 Feb 2017 07:54:55 +0000 (+0530) Subject: ; lisp/emacs-lisp/bytecomp.el: Fix indentation. X-Git-Tag: emacs-26.0.90~843 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=219339e2eb332fc913f898e799d6532a7633a1d3;p=emacs.git ; lisp/emacs-lisp/bytecomp.el: Fix indentation. --- 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)