(iconify-or-deiconify-frame): Define to be a
no-op, so commands that call it (like viper.el) work.
This commit is contained in:
parent
9064ef036e
commit
e1ddc4b48d
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue