emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/byte-switch 23a130e: * lisp/emacs-lisp/bytecomp.el


From: Vibhav Pant
Subject: [Emacs-diffs] feature/byte-switch 23a130e: * lisp/emacs-lisp/bytecomp.el: Remove unused debugging statements.
Date: Sat, 21 Jan 2017 06:07:51 +0000 (UTC)

branch: feature/byte-switch
commit 23a130ee0d61fc39cee157921679809017a02b39
Author: Vibhav Pant <address@hidden>
Commit: Vibhav Pant <address@hidden>

    * lisp/emacs-lisp/bytecomp.el: Remove unused debugging statements.
---
 lisp/emacs-lisp/bytecomp.el |    2 --
 1 file changed, 2 deletions(-)

diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index cb23569..3c59c92 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -4083,11 +4083,9 @@ that suppresses all warnings during execution of BODY."
                      clauses nil))
               ((cdr clauses)
                (byte-compile-form (car clause))
-               ;; (message "out %s" donetag)
                (if (null (cdr clause))
                    ;; First clause is a singleton.
                    (byte-compile-goto-if t byte-compile--for-effect donetag)
-                 ;; (message "inside %s" donetag)
                  (setq nexttag (byte-compile-make-tag))
                  (byte-compile-goto 'byte-goto-if-nil nexttag)
                  (byte-compile-maybe-guarded (car clause)



reply via email to

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