Mercurial > emacs
changeset 169:06f1b7eaba47
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 26 Jan 1991 05:11:01 +0000 |
parents | e0ec73426aea |
children | b062439c29cd |
files | lisp/term/x-win.el |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/x-win.el Sat Jan 26 03:29:36 1991 +0000 +++ b/lisp/term/x-win.el Sat Jan 26 05:11:01 1991 +0000 @@ -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)