diff options
author | Vibhav Pant <vibhavp@gmail.com> | 2017-02-12 13:24:55 +0530 |
---|---|---|
committer | Vibhav Pant <vibhavp@gmail.com> | 2017-02-12 13:24:55 +0530 |
commit | 219339e2eb332fc913f898e799d6532a7633a1d3 (patch) | |
tree | c9600e6cc8b19bc08affb50d26258eba26fc9317 /lisp/emacs-lisp/bytecomp.el | |
parent | e27351e5ddeb9366e25f7c341684d79c487074ce (diff) | |
download | emacs-219339e2eb332fc913f898e799d6532a7633a1d3.tar.gz |
; lisp/emacs-lisp/bytecomp.el: Fix indentation.
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |