diff options
| -rw-r--r-- | lisp/term/pc-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index 12d3f152058..8e888c674b4 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el | |||
| @@ -108,7 +108,7 @@ | |||
| 108 | ;; a useful function for returning 'nil regardless of argument. | 108 | ;; a useful function for returning 'nil regardless of argument. |
| 109 | 109 | ||
| 110 | ;; From src/xfns.c | 110 | ;; From src/xfns.c |
| 111 | (defun x-display-color-p () 't) | 111 | (defun x-display-color-p (&optional display) 't) |
| 112 | (fset 'focus-frame 'ignore) | 112 | (fset 'focus-frame 'ignore) |
| 113 | (fset 'unfocus-frame 'ignore) | 113 | (fset 'unfocus-frame 'ignore) |
| 114 | (defun x-list-fonts (pattern &optional face frame) (list "default")) | 114 | (defun x-list-fonts (pattern &optional face frame) (list "default")) |