/[emacs]/emacs/lisp/term/w32-win.el
ViewVC logotype

Diff of /emacs/lisp/term/w32-win.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.68 by ttn, Thu May 12 01:35:20 2005 UTC revision 1.69 by lektu, Mon May 16 11:27:56 2005 UTC
# Line 146  the last file dropped is selected." Line 146  the last file dropped is selected."
146    "Handle SWITCH of the form \"-switch n\"."    "Handle SWITCH of the form \"-switch n\"."
147    (let ((aelt (assoc switch command-line-x-option-alist)))    (let ((aelt (assoc switch command-line-x-option-alist)))
148      (if aelt      (if aelt
149          (push (cons (nth 3 aelt) (string-to-int (pop x-invocation-args)))          (push (cons (nth 3 aelt) (string-to-number (pop x-invocation-args)))
150                default-frame-alist))))                default-frame-alist))))
151    
152  ;; Handle options that apply to initial frame only  ;; Handle options that apply to initial frame only

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26