From ac44014490b37b6470e02f37bcb75a922421ad5a Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 26 Jan 1991 05:11:01 +0000 Subject: [PATCH] *** empty log message *** --- lisp/term/x-win.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 9e19bbdd53e..20b4ff07018 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -205,10 +205,6 @@ (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)) @@ -516,7 +512,7 @@ '(lambda nil (interactive) (insert "\n"))) -(define-function-key global-function-map 'xk-kp-f1 'rmail) +(define-function-key global-function-map 'xk-kp-f1 nil) (define-function-key global-function-map 'xk-kp-f2 nil) (define-function-key global-function-map 'xk-kp-f3 nil) (define-function-key global-function-map 'xk-kp-f4 nil) -- 2.39.5