diff options
author | Jason Rumney <jasonr@gnu.org> | 2007-11-21 03:41:27 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2007-11-21 03:41:27 +0000 |
commit | 2101ea1a44b6db5dcac1114790432a6f8e1eb54e (patch) | |
tree | a3f485fb8cefd80fc633753596382a14c075ec8f /lisp/term/w32-win.el | |
parent | 716eb5749c1730de53675f4040d1e6d3fc9a2d25 (diff) | |
download | emacs-2101ea1a44b6db5dcac1114790432a6f8e1eb54e.tar.gz emacs-2101ea1a44b6db5dcac1114790432a6f8e1eb54e.tar.bz2 emacs-2101ea1a44b6db5dcac1114790432a6f8e1eb54e.zip |
(x-setup-function-keys): Remove.
Diffstat (limited to 'lisp/term/w32-win.el')
-rw-r--r-- | lisp/term/w32-win.el | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index 90b88f359bc..7fd84a898fc 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el @@ -1058,20 +1058,6 @@ XConsortium: rgb.txt,v 10.41 94/02/20 18:39:36 rws Exp") 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 |