aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVibhav Pant2017-02-12 13:24:55 +0530
committerVibhav Pant2017-02-12 13:24:55 +0530
commit219339e2eb332fc913f898e799d6532a7633a1d3 (patch)
treec9600e6cc8b19bc08affb50d26258eba26fc9317
parente27351e5ddeb9366e25f7c341684d79c487074ce (diff)
downloademacs-219339e2eb332fc913f898e799d6532a7633a1d3.tar.gz
emacs-219339e2eb332fc913f898e799d6532a7633a1d3.zip
; lisp/emacs-lisp/bytecomp.el: Fix indentation.
-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."
4707 (and byte-compile-depth 4707 (and byte-compile-depth
4708 (not (= (cdr (cdr tag)) byte-compile-depth)) 4708 (not (= (cdr (cdr tag)) byte-compile-depth))
4709 (error "Compiler bug: depth conflict at tag %d" (car (cdr tag)))) 4709 (error "Compiler bug: depth conflict at tag %d" (car (cdr tag))))
4710 (setq byte-compile-depth (cdr (cdr tag)))) 4710 (setq byte-compile-depth (cdr (cdr tag))))
4711 (setcdr (cdr tag) byte-compile-depth))) 4711 (setcdr (cdr tag) byte-compile-depth)))
4712 4712
4713(defun byte-compile-goto (opcode tag) 4713(defun byte-compile-goto (opcode tag)