]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJim Blandy <jimb@redhat.com>
Sun, 13 May 1990 17:16:36 +0000 (17:16 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 13 May 1990 17:16:36 +0000 (17:16 +0000)
lisp/term/x-win.el

index 6d14031918f7d9d3339d946c44d41de3e63bbf55..d930ba1a38470c62f25a39d02cca67fe9bc4312f 100644 (file)
@@ -55,8 +55,6 @@
 ;; -title              .title
 ;; -xrm
 
-(message "X-windows...")
-
 ;; An alist of X options and the function which handles them.  See
 ;; ../startup.el.
 
 (defun x-pop-initial-window ()
   ;; xterm.c depends on using interrupt-driven input.
   (set-input-mode t nil t)
-  (setq mouse-motion-handler 'x-track-pointer)
+  ;; (setq mouse-motion-handler 'x-track-pointer)
   (setq x-switches-specified (append x-switches-specified
                                     initial-screen-alist
                                     screen-default-alist))
+  (and (string-equal (user-real-login-name) "mtr")
+       (setq x-switches-specified
+            (append (list '(name . "Die, Yuppie SCUM!!!"))
+                    x-switches-specified)))
   ;; see screen.el for this function
   (pop-initial-screen x-switches-specified)
   (delete-screen terminal-screen))