[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/term/x-win.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/term/x-win.el |
Date: |
Mon, 16 May 2005 07:27:57 -0400 |
Index: emacs/lisp/term/x-win.el
diff -c emacs/lisp/term/x-win.el:1.175 emacs/lisp/term/x-win.el:1.176
*** emacs/lisp/term/x-win.el:1.175 Thu May 12 01:35:20 2005
--- emacs/lisp/term/x-win.el Mon May 16 11:27:56 2005
***************
*** 105,111 ****
(let ((param (nth 3 aelt)))
(setq default-frame-alist
(cons (cons param
! (string-to-int (car x-invocation-args)))
default-frame-alist)
x-invocation-args
(cdr x-invocation-args))))))
--- 105,111 ----
(let ((param (nth 3 aelt)))
(setq default-frame-alist
(cons (cons param
! (string-to-number (car x-invocation-args)))
default-frame-alist)
x-invocation-args
(cdr x-invocation-args))))))