comparison lisp/term/w32-win.el @ 90261:7beb78bc1f8e

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 616-696) - Add lisp/mh-e/.arch-inventory - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords. - lisp/gnus/ChangeLog: Remove duplicate entry * gnus--rel--5.10 (patch 147-181) - Update from CVS - Merge from emacs--cvs-trunk--0 - Update from CVS: lisp/mml.el (mml-preview): Doc fix. - Update from CVS: texi/message.texi: Fix default values. - Update from CVS: texi/gnus.texi (RSS): Addition.
author Miles Bader <miles@gnu.org>
date Mon, 16 Jan 2006 08:37:27 +0000
parents a3716f7538f2 097959cbc08d
children 5b7d410e31f9
comparison
equal deleted inserted replaced
90260:0ca0d9181b5e 90261:7beb78bc1f8e
1037 (interactive) (w32-send-sys-command ?\xf100))) 1037 (interactive) (w32-send-sys-command ?\xf100)))
1038 1038
1039 (substitute-key-definition 'suspend-emacs 'iconify-or-deiconify-frame 1039 (substitute-key-definition 'suspend-emacs 'iconify-or-deiconify-frame
1040 global-map) 1040 global-map)
1041 1041
1042 (define-key function-key-map [S-tab] [backtab])
1043
1042 1044
1043 ;;; Do the actual Windows setup here; the above code just defines 1045 ;;; Do the actual Windows setup here; the above code just defines
1044 ;;; functions and variables that we use now. 1046 ;;; functions and variables that we use now.
1045 1047
1046 (setq command-line-args (x-handle-args command-line-args)) 1048 (setq command-line-args (x-handle-args command-line-args))