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 46b5b3abaca..87a37f31d88 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el | |||
| @@ -45,7 +45,7 @@ | |||
| 45 | (declare-function msdos-remember-default-colors "msdos.c") | 45 | (declare-function msdos-remember-default-colors "msdos.c") |
| 46 | (declare-function w16-set-clipboard-data "w16select.c") | 46 | (declare-function w16-set-clipboard-data "w16select.c") |
| 47 | (declare-function w16-get-clipboard-data "w16select.c") | 47 | (declare-function w16-get-clipboard-data "w16select.c") |
| 48 | (declare-function msdos-setup-keyboard "term/internal.el") | 48 | (declare-function msdos-setup-keyboard "internal" (frame)) |
| 49 | 49 | ||
| 50 | ;;; This was copied from etc/rgb.txt, except that some values were changed | 50 | ;;; This was copied from etc/rgb.txt, except that some values were changed |
| 51 | ;;; a bit to make them consistent with DOS console colors, and the RGB | 51 | ;;; a bit to make them consistent with DOS console colors, and the RGB |