From 3c2d43f522ed0c770d5376eee2edd4c6cd59f918 Mon Sep 17 00:00:00 2001 From: "Jason E. Aten" Date: Sun, 20 Mar 2016 13:54:02 -0700 Subject: [PATCH] atg. zygo.el debug off --- emacs/zygo.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/zygo.el b/emacs/zygo.el index 33e213e..48cbb8a 100644 --- a/emacs/zygo.el +++ b/emacs/zygo.el @@ -348,8 +348,8 @@ code line." (defvar DEBUG_STATUS 'off "DEBUG_STATUS controls the DEBUG macro's behavior; legit values are 'on or 'off.") -(setq DEBUG_STATUS 'on) -;(setq DEBUG_STATUS 'off) +;(setq DEBUG_STATUS 'on) +(setq DEBUG_STATUS 'off) (defmacro DEBUG (&rest body) "DEBUG is simple call to (@body) or nil, depending on the value of DEBUG_STATUS being 'on or not.