aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/w32-win.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el
index a3eb26a780..c52ca39467 100644
--- a/lisp/term/w32-win.el
+++ b/lisp/term/w32-win.el
@@ -336,7 +336,7 @@ x-invocation args from which the X-related things are extracted, first
the switch (e.g., \"-fg\") in the following code, and possible values
\(e.g., \"black\") in the option handler code (e.g., x-handle-switch).
This returns ARGS with the arguments that have been processed removed."
- (message "%s" args)
+ ;;(message "%s" args)
(setq x-invocation-args args
args nil)
(while x-invocation-args