# HG changeset patch # User Jason Rumney # Date 1195616421 0 # Node ID 7c362abe029b626970bc250be83036357d08e883 # Parent f1604b3ab5ad5dfd74233ab375acd25246659319 (x-setup-function-keys): Remove. diff -r f1604b3ab5ad -r 7c362abe029b lisp/term/w32-win.el --- a/lisp/term/w32-win.el Wed Nov 21 03:39:33 2007 +0000 +++ b/lisp/term/w32-win.el Wed Nov 21 03:40:21 2007 +0000 @@ -1058,20 +1058,6 @@ If FRAME is nil or not given, use the selected frame." (interactive "i") (w32-send-sys-command ?\xf100 frame)) - -(defun x-setup-function-keys (frame) - "Setup Function Keys for w32." - ;; Don't do this twice on the same display, or it would break - ;; normal-erase-is-backspace-mode (maybe - this is copied from X). - (unless (terminal-parameter frame 'x-setup-function-keys) - (with-selected-frame frame - (define-key local-function-key-map [f10] 'menu-bar-open) - - (substitute-key-definition 'suspend-emacs 'iconify-or-deiconify-frame - local-function-key-map global-map) - - (define-key local-function-key-map [S-tab] [backtab])) - (set-terminal-parameter frame 'x-setup-function-keys t))) ;; W32 systems have different fonts than commonly found on X, so