From: Andrew Innes Date: Sun, 6 Feb 2000 23:37:19 +0000 (+0000) Subject: (x-handle-args): Comment out call to message. X-Git-Tag: emacs-pretest-21.0.90~5086 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90abecd3296bd62baf61b8c08197d4a5eebcd350;p=emacs.git (x-handle-args): Comment out call to message. --- diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index a3eb26a7807..c52ca394670 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