; lisp/emacs-lisp/bytecomp.el: Fix indentation.
This commit is contained in:
parent
e27351e5dd
commit
219339e2eb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue