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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/term/w32-win.el
Date: Sat, 24 May 2003 12:22:20 -0400

Index: emacs/lisp/term/w32-win.el
diff -c emacs/lisp/term/w32-win.el:1.57 emacs/lisp/term/w32-win.el:1.58
*** emacs/lisp/term/w32-win.el:1.57     Wed Mar  5 11:32:53 2003
--- emacs/lisp/term/w32-win.el  Sat May 24 12:22:20 2003
***************
*** 1,6 ****
  ;;; w32-win.el --- parse switches controlling interface with W32 window system
  
! ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
  
  ;; Author: Kevin Gallo
  ;; Keywords: terminals
--- 1,6 ----
  ;;; w32-win.el --- parse switches controlling interface with W32 window system
  
! ;; Copyright (C) 1993, 1994, 2003 Free Software Foundation, Inc.
  
  ;; Author: Kevin Gallo
  ;; Keywords: terminals
***************
*** 1065,1077 ****
  ;;; navigation feature.
  (global-set-key [f10] (lambda ()
                        (interactive) (w32-send-sys-command ?\xf100)))
- 
- (defun iconify-or-deiconify-frame ()
-   "Iconify the selected frame, or deiconify if it's currently an icon."
-   (interactive)
-   (if (eq (cdr (assq 'visibility (frame-parameters))) t)
-       (iconify-frame)
-     (make-frame-visible)))
  
  (substitute-key-definition 'suspend-emacs 'iconify-or-deiconify-frame
                           global-map)
--- 1065,1070 ----




reply via email to

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