[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] feature/byte-switch 219339e: ; lisp/emacs-lisp/bytecomp.el
From: |
Vibhav Pant |
Subject: |
[Emacs-diffs] feature/byte-switch 219339e: ; lisp/emacs-lisp/bytecomp.el: Fix indentation. |
Date: |
Sun, 12 Feb 2017 02:55:54 -0500 (EST) |
branch: feature/byte-switch
commit 219339e2eb332fc913f898e799d6532a7633a1d3
Author: Vibhav Pant <address@hidden>
Commit: Vibhav Pant <address@hidden>
; lisp/emacs-lisp/bytecomp.el: Fix indentation.
---
lisp/emacs-lisp/bytecomp.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 748a8cd..14678e9 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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] feature/byte-switch 219339e: ; lisp/emacs-lisp/bytecomp.el: Fix indentation.,
Vibhav Pant <=