diff options
| author | Andrew Innes | 2000-02-06 23:37:19 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-02-06 23:37:19 +0000 |
| commit | 90abecd3296bd62baf61b8c08197d4a5eebcd350 (patch) | |
| tree | 560d82f8e3b12fa03faa703325f953da07ca1306 | |
| parent | 3c5b0995d5f3ebb94a3ea4798626de5de66b2faa (diff) | |
| download | emacs-90abecd3296bd62baf61b8c08197d4a5eebcd350.tar.gz emacs-90abecd3296bd62baf61b8c08197d4a5eebcd350.zip | |
(x-handle-args): Comment out call to message.
| -rw-r--r-- | lisp/term/w32-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 336 | the switch (e.g., \"-fg\") in the following code, and possible values | 336 | the switch (e.g., \"-fg\") in the following code, and possible values |
| 337 | \(e.g., \"black\") in the option handler code (e.g., x-handle-switch). | 337 | \(e.g., \"black\") in the option handler code (e.g., x-handle-switch). |
| 338 | This returns ARGS with the arguments that have been processed removed." | 338 | This returns ARGS with the arguments that have been processed removed." |
| 339 | (message "%s" args) | 339 | ;;(message "%s" args) |
| 340 | (setq x-invocation-args args | 340 | (setq x-invocation-args args |
| 341 | args nil) | 341 | args nil) |
| 342 | (while x-invocation-args | 342 | (while x-invocation-args |