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/mac-win.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/term/mac-win.el
Date: Sat, 31 May 2003 12:01:04 -0400

Index: emacs/lisp/term/mac-win.el
diff -c emacs/lisp/term/mac-win.el:1.20 emacs/lisp/term/mac-win.el:1.21
*** emacs/lisp/term/mac-win.el:1.20     Mon Apr 14 21:29:42 2003
--- emacs/lisp/term/mac-win.el  Sat May 31 12:01:04 2003
***************
*** 1,6 ****
  ;;; mac-win.el --- support for "Macintosh windows"
  
! ;; Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
  
  ;; Author: Andrew Choi <address@hidden>
  
--- 1,6 ----
  ;;; mac-win.el --- support for "Macintosh windows"
  
! ;; Copyright (C) 1999, 2000, 2002, 2003  Free Software Foundation, Inc.
  
  ;; Author: Andrew Choi <address@hidden>
  
***************
*** 171,183 ****
  (add-hook 'after-init-hook
          '(lambda ()
             (defvar mac-ready-for-drag-n-drop t)))
- 
- (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)))
  
  ; Define constant values to be set to mac-keyboard-text-encoding
  (defconst kTextEncodingMacRoman 0)
--- 171,176 ----




reply via email to

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