branch: externals/phps-mode
commit c05d97fc315e3ff174d2428be6249d2605848a0e
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Disabled debug-mode in this branch
---
phps-mode-macros.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/phps-mode-macros.el b/phps-mode-macros.el
index 7d4e2550d7..c3cffb5e82 100644
--- a/phps-mode-macros.el
+++ b/phps-mode-macros.el
@@ -9,7 +9,7 @@
(defconst
phps-mode-macrotime-debug
- t
+ nil
"Debug messages during macro expansion time, default nil.")
(defmacro phps-mode-debug-message (&rest message)