comparison lisp/term/x-win.el @ 83353:532e0a9335a9

Merged in changes from CVS trunk. Plus added lisp/term tweaks. Patches applied: * lorentey@elte.hu--2004/emacs--cvs-trunk--0--base-0 tag of miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-474 * lorentey@elte.hu--2004/emacs--cvs-trunk--0--patch-1 Add CVS metadata files. * lorentey@elte.hu--2004/emacs--cvs-trunk--0--patch-2 Update from CVS. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-393
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 04 Sep 2005 03:48:17 +0000
parents 7372c2f9daac ba3854e2c98c
children 08b4dd6a6e87
comparison
equal deleted inserted replaced
83352:b258b3492423 83353:532e0a9335a9
1 ;;; x-win.el --- parse relevant switches and set up for X -*-coding: iso-2022-7bit;-*- 1 ;;; x-win.el --- parse relevant switches and set up for X -*-coding: iso-2022-7bit;-*-
2 2
3 ;; Copyright (C) 1993, 1994, 2001, 2002, 2005 Free Software Foundation, Inc. 3 ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004,
4 ;; 2005 Free Software Foundation, Inc.
4 5
5 ;; Author: FSF 6 ;; Author: FSF
6 ;; Keywords: terminals, i18n 7 ;; Keywords: terminals, i18n
7 8
8 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
84 (require 'fontset) 85 (require 'fontset)
85 (require 'x-dnd) 86 (require 'x-dnd)
86 (require 'server) 87 (require 'server)
87 88
88 (defvar x-invocation-args) 89 (defvar x-invocation-args)
90 (defvar x-keysym-table)
91 (defvar x-selection-timeout)
92 (defvar x-session-id)
93 (defvar x-session-previous-id)
89 94
90 (defvar x-command-line-resources nil) 95 (defvar x-command-line-resources nil)
91 96
92 ;; Handler for switches of the form "-switch value" or "-switch". 97 ;; Handler for switches of the form "-switch value" or "-switch".
93 (defun x-handle-switch (switch) 98 (defun x-handle-switch (switch)