changeset 45786:4dd5c60e3ebc

(x-handle-switch): Fix handling of x-invocation-args for switches with arguments.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 12 Jun 2002 17:18:59 +0000
parents 0f2b41cf2152
children 6095bc5950eb
files lisp/term/w32-win.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/w32-win.el	Wed Jun 12 15:50:25 2002 +0000
+++ b/lisp/term/w32-win.el	Wed Jun 12 17:18:59 2002 +0000
@@ -148,8 +148,8 @@
 	    (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\"."