diff options
| -rw-r--r-- | lisp/term/pc-win.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index 57ba7eb1568..50d101f9ef5 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el | |||
| @@ -295,6 +295,9 @@ The value may be different for frames on different X displays." | |||
| 295 | (defun x-frob-font-slant (font which) | 295 | (defun x-frob-font-slant (font which) |
| 296 | font) | 296 | font) |
| 297 | 297 | ||
| 298 | ;; From lisp/term/x-win.el: make iconify-or-deiconify-frame a no-op. | ||
| 299 | (fset 'iconify-or-deiconify-frame 'ignore) | ||
| 300 | |||
| 298 | ;; From lisp/frame.el | 301 | ;; From lisp/frame.el |
| 299 | (fset 'set-default-font 'ignore) | 302 | (fset 'set-default-font 'ignore) |
| 300 | (fset 'set-mouse-color 'ignore) ; We cannot, I think. | 303 | (fset 'set-mouse-color 'ignore) ; We cannot, I think. |