summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorVibhav Pant <vibhavp@gmail.com>2017-02-12 13:24:55 +0530
committerVibhav Pant <vibhavp@gmail.com>2017-02-12 13:24:55 +0530
commit219339e2eb332fc913f898e799d6532a7633a1d3 (patch)
treec9600e6cc8b19bc08affb50d26258eba26fc9317 /lisp
parente27351e5ddeb9366e25f7c341684d79c487074ce (diff)
downloademacs-219339e2eb332fc913f898e799d6532a7633a1d3.tar.gz
; lisp/emacs-lisp/bytecomp.el: Fix indentation.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/bytecomp.el2
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)