changeset 86269:7c362abe029b

(x-setup-function-keys): Remove.
author Jason Rumney <jasonr@gnu.org>
date Wed, 21 Nov 2007 03:40:21 +0000
parents f1604b3ab5ad
children 631d245ec175
files lisp/term/w32-win.el
diffstat 1 files changed, 0 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- 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