]> git.eshelyaron.com Git - emacs.git/commitdiff
; lisp/emacs-lisp/bytecomp.el: Fix indentation.
authorVibhav Pant <vibhavp@gmail.com>
Sun, 12 Feb 2017 07:54:55 +0000 (13:24 +0530)
committerVibhav Pant <vibhavp@gmail.com>
Sun, 12 Feb 2017 07:54:55 +0000 (13:24 +0530)
lisp/emacs-lisp/bytecomp.el

index 748a8cd01f3d54550e8ee70807541cc433b70d97..14678e91ee3911e910b1b1b9e9bd7b56688a9346 100644 (file)
@@ -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)