Skip to content

Commit

Permalink
(iconify-or-deiconify-frame): Define to be a
Browse files Browse the repository at this point in the history
no-op, so commands that call it (like viper.el) work.
  • Loading branch information
Richard M. Stallman committed Dec 8, 1996
1 parent 1f59078 commit 6ac6c40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lisp/term/pc-win.el
Expand Up @@ -295,6 +295,9 @@ The value may be different for frames on different X displays."
(defun x-frob-font-slant (font which)
font)

;; From lisp/term/x-win.el: make iconify-or-deiconify-frame a no-op.
(fset 'iconify-or-deiconify-frame 'ignore)

;; From lisp/frame.el
(fset 'set-default-font 'ignore)
(fset 'set-mouse-color 'ignore) ; We cannot, I think.
Expand Down

0 comments on commit 6ac6c40

Please sign in to comment.