Mercurial > emacs
changeset 27623:fc75f27fefc4
(x-handle-args): Comment out call to message.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Sun, 06 Feb 2000 23:37:19 +0000 |
parents | e024ab46002c |
children | 904a6e5948b5 |
files | lisp/term/w32-win.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/w32-win.el Sun Feb 06 23:36:33 2000 +0000 +++ b/lisp/term/w32-win.el Sun Feb 06 23:37:19 2000 +0000 @@ -336,7 +336,7 @@ 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