emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] feature/libjit 62d9c0c 3/4: Remove obsolete comment


From: Tom Tromey
Subject: [Emacs-diffs] feature/libjit 62d9c0c 3/4: Remove obsolete comment
Date: Mon, 13 Aug 2018 20:16:58 -0400 (EDT)

branch: feature/libjit
commit 62d9c0cf9c20fb00ea221ac4bb0391c67fecdafc
Author: Tom Tromey <address@hidden>
Commit: Tom Tromey <address@hidden>

    Remove obsolete comment
    
    * lisp/emacs-lisp/bytecomp.el (byte-compile-out-tag): Remove comment.
---
 lisp/emacs-lisp/bytecomp.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index ee28e61..6fe1ab0 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -4819,7 +4819,6 @@ binding slots have been popped."
   (setq byte-compile-output (cons tag byte-compile-output))
   (if (cdr (cdr tag))
       (progn
-       ;; ## remove this someday
        (and byte-compile-depth
              (not (= (cdr (cdr tag)) byte-compile-depth))
              (error "Compiler bug: depth conflict at tag %d" (car (cdr tag))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]