Index: emacs/lisp/term/w32-win.el
diff -c emacs/lisp/term/w32-win.el:1.68 emacs/lisp/term/w32-win.el:1.69
*** emacs/lisp/term/w32-win.el:1.68     Thu May 12 01:35:20 2005
--- emacs/lisp/term/w32-win.el  Mon May 16 11:27:56 2005
***************
*** 146,152 ****
    "Handle SWITCH of the form \"-switch n\"."
    (let ((aelt (assoc switch command-line-x-option-alist)))
      (if aelt
!       (push (cons (nth 3 aelt) (string-to-int (pop x-invocation-args)))
              default-frame-alist))))
  
  ;; Handle options that apply to initial frame only
--- 146,152 ----
    "Handle SWITCH of the form \"-switch n\"."
    (let ((aelt (assoc switch command-line-x-option-alist)))
      (if aelt
!       (push (cons (nth 3 aelt) (string-to-number (pop x-invocation-args)))
              default-frame-alist))))
  
  ;; Handle options that apply to initial frame only


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to