+2002-06-12 Juanma Barranquero <lektu@terra>
+
+ * term/w32-win.el (x-handle-switch): Fix handling of
+ x-invocation-args for switches with arguments.
+
2002-06-12 Richard M. Stallman <rms@gnu.org>
* info.el (Info-fontify-node): Compute header line specially
(setq default-frame-alist
(cons (cons param
(car x-invocation-args))
- default-frame-alist))
- x-invocation-args (cdr x-invocation-args))))))
+ default-frame-alist)
+ x-invocation-args (cdr x-invocation-args)))))))
(defun x-handle-numeric-switch (switch)
"Handle SWITCH of the form \"-switch n\"."