emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/w32-win.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/term/w32-win.el
Date: Mon, 16 May 2005 07:27:57 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]