]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-handle-args): Comment out call to message.
authorAndrew Innes <andrewi@gnu.org>
Sun, 6 Feb 2000 23:37:19 +0000 (23:37 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sun, 6 Feb 2000 23:37:19 +0000 (23:37 +0000)
lisp/term/w32-win.el

index a3eb26a780773c5a003ced5d5945e026a36c48dd..c52ca3946705a72f9790b1b863f4cb3919e19d24 100644 (file)
@@ -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