emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/w32-win.el,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/lisp/term/w32-win.el,v
Date: Wed, 21 Nov 2007 03:40:22 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   07/11/21 03:40:22

Index: w32-win.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/term/w32-win.el,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -b -r1.89 -r1.90
--- w32-win.el  21 Nov 2007 03:05:58 -0000      1.89
+++ w32-win.el  21 Nov 2007 03:40:21 -0000      1.90
@@ -1059,20 +1059,6 @@
    (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
 ;; we define our own standard fontset here.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]